diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-06-21 20:52:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-06-21 20:52:40 +0000 |
commit | 18156d040ab65714c86fd5c40b2aa71f3f31e502 (patch) | |
tree | 1275ad2ca15a982cf2ec05f36102759897482d26 /usr.bin/mandoc | |
parent | 69119eb64485e5451c6ec8a640b6488f225084c7 (diff) |
now in sync with release 1.7.19
Diffstat (limited to 'usr.bin/mandoc')
-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 c619121a9f7..9fba90c4000 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2009/06/18 22:16:56 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2009/06/21 20:52:39 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.7.17 +VERSION=1.7.19 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |