=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.257 retrieving revision 1.258 diff -u -p -r1.257 -r1.258 --- mandoc/Makefile 2010/03/31 07:42:04 1.257 +++ mandoc/Makefile 2010/03/31 08:04:57 1.258 @@ -13,7 +13,7 @@ INSTALL_MAN = $(INSTALL_DATA) VERSION = 1.9.21 VDATE = 31 March 2010 -VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H +VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H -DUGLY WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings CFLAGS += -g $(VFLAGS) $(WFLAGS) #CFLAGS += -DOSNAME="\"OpenBSD 4.5\""