summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-11-28 10:10:08 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-11-28 10:10:08 +0000
commit0dad748a006c8d6b6afd406bab046673ae02cb50 (patch)
tree0853448a7bf7c3cb81db823c8cd31123a7137ce8 /Makefile
parent0dc7ca4abf72bcae5cbcea1c36e8fe686fbf5b16 (diff)
downloadmandoc-0dad748a006c8d6b6afd406bab046673ae02cb50.tar.gz
Backout -DUSE_MANPATH that sneaked in;
ok kristaps@.
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)\""