summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-11-20 21:36:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-11-20 21:36:00 +0000
commit0198bc50b920db5de4d58d09545073eb41a4aab9 (patch)
treeb26b52b3a9fddd119bde3ebcb41061c878693558 /Makefile
parentf58ce4bef2800a6b3fe1b7a02e1a842cbf97aa3d (diff)
downloadmandoc-0198bc50b920db5de4d58d09545073eb41a4aab9.tar.gz
Initial support for man.conf/makepath(1).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b30f07a..c77daf15 100644
--- a/Makefile
+++ b/Makefile
@@ -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