=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.263 retrieving revision 1.264 diff -u -p -r1.263 -r1.264 --- mandoc/Makefile 2010/05/07 05:39:35 1.263 +++ mandoc/Makefile 2010/05/07 05:48:29 1.264 @@ -22,9 +22,9 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -# Specify this if you want to accept Xo/Xc macros extending the head of -# block full-implicit macros. -# CFLAGS += -DUGLY +# Unset this if you don't want Xo/Xc allowing split `It' lines, which +# breaks symmetry. +CFLAGS += -DUGLY LINTFLAGS += $(VFLAGS)