=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.383 retrieving revision 1.384 diff -u -p -r1.383 -r1.384 --- mandoc/Makefile 2011/11/27 11:46:44 1.383 +++ mandoc/Makefile 2011/11/28 10:10:08 1.384 @@ -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)\""