diff options
author | 2009-07-12 22:53:55 +0000 | |
---|---|---|
committer | 2009-07-12 22:53:55 +0000 | |
commit | 9aa09b79d82714be202432391f99f3c073694284 (patch) | |
tree | 29f06b78a31dd0028ba009fedc257deb4406f8e8 | |
parent | sync to 1.7.23: Fewer knobs: provide -Wall -Werror but not -Wsyntax -Wcompat. (diff) | |
download | wireguard-openbsd-9aa09b79d82714be202432391f99f3c073694284.tar.xz wireguard-openbsd-9aa09b79d82714be202432391f99f3c073694284.zip |
now in sync with release 1.7.23
-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 5372e8051a0..c093b699848 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2009/07/08 00:04:10 schwarze Exp $ +# $OpenBSD: Makefile,v 1.8 2009/07/12 22:53:55 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.7.22 +VERSION=1.7.23 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |