diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-11-20 21:36:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-11-20 21:36:00 +0000 |
commit | 0198bc50b920db5de4d58d09545073eb41a4aab9 (patch) | |
tree | b26b52b3a9fddd119bde3ebcb41061c878693558 /Makefile | |
parent | f58ce4bef2800a6b3fe1b7a02e1a842cbf97aa3d (diff) | |
download | mandoc-0198bc50b920db5de4d58d09545073eb41a4aab9.tar.gz |
Initial support for man.conf/makepath(1).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ VDATE = 8 October 2011 # CFLAGS += -DUSE_WCHAR +# If your system has manpath(1), check this off. +# CFLAGS += -DUSE_MANPATH + CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings PREFIX = /usr/local |