=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.255 retrieving revision 1.256 diff -u -p -r1.255 -r1.256 --- mandoc/Makefile 2010/03/31 06:29:42 1.255 +++ mandoc/Makefile 2010/03/31 07:13:53 1.256 @@ -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\""