diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-12-07 00:08:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-12-07 00:08:53 +0000 |
commit | 7dd7e9890d9671522a535999d40e0970f883cbbf (patch) | |
tree | cbc0ef5c09bbb3e71747e477fc98260daa5e41f3 /usr.bin/mandoc/Makefile | |
parent | 67de4b6243d14565beae59c8d441b6da38f7a4bd (diff) |
Complete the merge of bsd.lv version 1.10.7:
No more functional changes, just sync ordering, comments and white space.
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-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 b658d892f17..d94e5bbf594 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.48 2010/12/01 23:02:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.49 2010/12/07 00:08:52 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.10.6 +VERSION=1.10.7 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes |