diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 12:13:50 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 12:13:50 +0000 |
commit | 68724c0f259f3ac9ffd8076581b17eec8c43719b (patch) | |
tree | 0145e41771eed2bbb1605f01ad550948f56eeadf /gnu/usr.bin/rcs | |
parent | 210f5b06a817aaafe6caa0d16be512bf149c2350 (diff) |
respect NOMAN (in bulk)
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.bsd-wrapper | 4 |
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 |