summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-23 03:58:40 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-23 03:58:40 +0000
commit776326726b1d6f92bc1140127a26b3714d16dd18 (patch)
tree0fc1fc4a639a2c9539568652b2b4753dde54a551 /gnu/usr.bin
parent02faa053e0d727884e3ef5ec0a45e501840d3a53 (diff)
respect NOMAN
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper
index bf5e5961c2f..f44054a1817 100644
--- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.23 1997/04/12 21:54:42 pefo Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.24 1997/06/23 03:58:39 kstailey Exp $
MAN= cccp.1 gcc.1 cp/g++.1 f/g77.1
MLINKS+= gcc.1 cc.1
@@ -74,4 +74,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif