summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-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