diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-07-12 22:53:56 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-07-12 22:53:56 +0000 |
commit | e80d143662f5e2aab5d707809255ab571451e04c (patch) | |
tree | 8271e981ec695807c8f2d20da4e6fcf73a9589f2 | |
parent | 01aba4c830ffb46d317dbee5008164e239712c1a (diff) |
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" |