diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 17:52:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 17:52:09 +0000 |
commit | 9cdce7c47339da11f4667fa5e487042772a039ed (patch) | |
tree | 4db44bb83397ac057f978a21f51e44578aa12fd3 | |
parent | 453147a8b596d7a5ada76784122067c4c7dddd21 (diff) |
now in sync with release 1.8.2
-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 f4040cf4149..e617357ab19 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2009/07/26 23:54:24 schwarze Exp $ +# $OpenBSD: Makefile,v 1.12 2009/08/09 17:52:08 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.8.1 +VERSION=1.8.2 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |