diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 17:23:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 17:23:14 +0000 |
commit | f6c9c970650c78f3777d8d6b7a7effdf37147aeb (patch) | |
tree | 1ee4af8c7f9c1686cb7dd7848023c48553459a66 | |
parent | b47df28ef712256ce03653ccaa6baf37fbf4ec42 (diff) |
now in sync with 1.8.5 (except for %T underline)
-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 06803582ae2..c928311ba7b 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2009/08/22 15:48:21 schwarze Exp $ +# $OpenBSD: Makefile,v 1.15 2009/08/22 17:23:13 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.8.4 +VERSION=1.8.5 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |