aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit48b8e571a4b5e817471a354007d34aa891e9c3a1 (patch)
tree80c83674e8e098bc635372425b8d0957aa3eddd7 /Makefile
parentfa15c8f0c4a383b1f7be983d2655c5d14dc23d15 (diff)
downloadmandoc-48b8e571a4b5e817471a354007d34aa891e9c3a1.tar.gz
mandoc-48b8e571a4b5e817471a354007d34aa891e9c3a1.tar.zst
mandoc-48b8e571a4b5e817471a354007d34aa891e9c3a1.zip
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)\""