From 68724c0f259f3ac9ffd8076581b17eec8c43719b Mon Sep 17 00:00:00 2001 From: kstailey Date: Mon, 23 Jun 1997 12:13:50 +0000 Subject: respect NOMAN (in bulk) --- gnu/usr.bin/rcs/Makefile.bsd-wrapper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/rcs/Makefile.bsd-wrapper') 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 .include +.ifndef NOMAN .include +.endif -- cgit v1.2.3