aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
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