diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 20:53:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 20:53:17 +0000 |
commit | da134f683b6ff70f1abfb38d76fbc94835812fe9 (patch) | |
tree | af18106ac24985073e166f964fe69aa44a74bf4b /usr.bin/mandoc/Makefile | |
parent | ca5b48706aac83b719733710a92722a8e21f5db9 (diff) |
now in sync with version 1.8.3
excepting one change to .%T that I first want to discuss upstream
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-rw-r--r-- | usr.bin/mandoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index e617357ab19..7b925cd1ac1 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2009/08/09 17:52:08 schwarze Exp $ +# $OpenBSD: Makefile,v 1.13 2009/08/09 20:53:16 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.8.2 +VERSION=1.8.3 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |