summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/rcs/Makefile.bsd-wrapper')
-rw-r--r--gnu/usr.bin/rcs/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper
index a7bbdca401a..d7391f70db9 100644
--- a/gnu/usr.bin/rcs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/rcs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/04/30 16:16:03 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1997/06/23 12:13:49 kstailey Exp $
MAN= man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \
man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \
@@ -43,4 +43,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif