summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-23 03:57:24 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-23 03:57:24 +0000
commit02faa053e0d727884e3ef5ec0a45e501840d3a53 (patch)
tree7a3b36edc4f4a1c70d436659696d231a43d3c76a /gnu/usr.bin/cvs/Makefile.bsd-wrapper
parent682cf96d886f98247f270f3a7eb55ace6770d37a (diff)
respect NOMAN
Diffstat (limited to 'gnu/usr.bin/cvs/Makefile.bsd-wrapper')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index 072157a7efc..ac6ba1ddef0 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.23 1997/05/29 20:12:22 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.24 1997/06/23 03:57:23 kstailey Exp $
.include <bsd.own.mk>
@@ -47,4 +47,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif