aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitd5d0d459cb106ab5ac810b199895a5d6c40f7a6a (patch)
tree499e07e5218dc4d51b34c18e119be7ceba4a172b /Makefile
parent06acc5d53500a0a7feb20e948d2a07950d0b4bad (diff)
downloadmandoc-d5d0d459cb106ab5ac810b199895a5d6c40f7a6a.tar.gz
mandoc-d5d0d459cb106ab5ac810b199895a5d6c40f7a6a.tar.zst
mandoc-d5d0d459cb106ab5ac810b199895a5d6c40f7a6a.zip
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