=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/mandoc/Makefile 2009/04/15 20:10:20 1.2 --- src/usr.bin/mandoc/Makefile 2009/06/14 23:39:43 1.3 *************** *** 1,7 **** ! # $OpenBSD: Makefile,v 1.2 2009/04/15 20:10:20 miod Exp $ .include CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" CFLAGS+=-Wno-unused-parameter --- 1,9 ---- ! # $OpenBSD: Makefile,v 1.3 2009/06/14 23:39:43 schwarze Exp $ .include + VERSION=1.7.16 + CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" CFLAGS+=-Wno-unused-parameter