diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-11-28 10:10:08 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-11-28 10:10:08 +0000 |
commit | 0dad748a006c8d6b6afd406bab046673ae02cb50 (patch) | |
tree | 0853448a7bf7c3cb81db823c8cd31123a7137ce8 /Makefile | |
parent | 0dc7ca4abf72bcae5cbcea1c36e8fe686fbf5b16 (diff) | |
download | mandoc-0dad748a006c8d6b6afd406bab046673ae02cb50.tar.gz |
Backout -DUSE_MANPATH that sneaked in;
ok kristaps@.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)\"" |