diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 15:48:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 15:48:22 +0000 |
commit | 9fd02e027f7a0f5b755f99a50c955894a3c9796b (patch) | |
tree | 131f69d98a107c8d08ce3eea4a72bf7bc8f865c9 /usr.bin/mandoc | |
parent | 616a8229857021ac6bc740e22f615d2a4feff2c5 (diff) |
now in sync with 1.8.4
except for the %T underline diff which is still pending (me slacking)
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 7b925cd1ac1..06803582ae2 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2009/08/09 20:53:16 schwarze Exp $ +# $OpenBSD: Makefile,v 1.14 2009/08/22 15:48:21 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.8.3 +VERSION=1.8.4 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |