diff options
author | 2009-08-22 15:48:21 +0000 | |
---|---|---|
committer | 2009-08-22 15:48:21 +0000 | |
commit | 1de7140765bec33a5b460f213c4aa69e05581419 (patch) | |
tree | 6ae4d45bc6b2ebe393aa320ce9f605ada6fb5059 | |
parent | sync to 1.8.4: The .St -p1003.1* macros produce "POSIX" instead of "POSIX.1"; (diff) | |
download | wireguard-openbsd-1de7140765bec33a5b460f213c4aa69e05581419.tar.xz wireguard-openbsd-1de7140765bec33a5b460f213c4aa69e05581419.zip |
now in sync with 1.8.4
except for the %T underline diff which is still pending (me slacking)
-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" |