diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-19 03:32:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-19 03:32:10 +0000 |
commit | 9b7127a18d29ddee91ae1f135f503392c59c3f03 (patch) | |
tree | 35a29492773beb753ccae5d4b149537138b06782 | |
parent | 86649aa0d6e2b00ef85557134ff204b1f95a77e4 (diff) |
always build man page, that is the way we do things
-rw-r--r-- | usr.bin/pmdb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/pmdb/Makefile b/usr.bin/pmdb/Makefile index 318e99052b8..14f08184a28 100644 --- a/usr.bin/pmdb/Makefile +++ b/usr.bin/pmdb/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2003/12/03 22:28:01 grange Exp $ +# $OpenBSD: Makefile,v 1.10 2006/11/19 03:32:09 deraadt Exp $ .include <bsd.own.mk> .if (!exists(arch/${MACHINE}/Makefile.inc) && \ !exists(arch/${MACHINE_ARCH}/Makefile.inc)) -NOMAN=no, man NOPROG=no, man .else |