aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 014cc8d1..aa93b3b8 100644
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,9 @@ CFLAGS += -DUSE_WCHAR
# system that's not OpenBSD or NetBSD. If uncommented, apropos(1),
# mandocdb(8), and man.cgi will popen(3) manpath(1) to get the MANPATH
# variable.
-CFLAGS += -DUSE_MANPATH
+#CFLAGS += -DUSE_MANPATH
-# If your system doesn't support static binaries, comment this.
+# If your system supports static binaries only, uncomment this.
#STATIC = -static
CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""