From 0dad748a006c8d6b6afd406bab046673ae02cb50 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 28 Nov 2011 10:10:08 +0000 Subject: Backout -DUSE_MANPATH that sneaked in; ok kristaps@. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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)\"" -- cgit