summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper4
-rw-r--r--gnu/usr.bin/groff/Makefile.bsd-wrapper4
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper4
-rw-r--r--gnu/usr.bin/rcs/Makefile.bsd-wrapper4
-rw-r--r--gnu/usr.bin/texinfo/Makefile.bsd-wrapper4
5 files changed, 15 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 4b54e8e4dfc..5ea4c11ee88 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.14 1997/05/05 20:16:32 rahnds Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.15 1997/06/23 12:13:46 kstailey Exp $
MAN= binutils/ar.1 binutils/nm.1 \
binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \
@@ -47,4 +47,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif
diff --git a/gnu/usr.bin/groff/Makefile.bsd-wrapper b/gnu/usr.bin/groff/Makefile.bsd-wrapper
index 2333a06fd10..a284ffad9e5 100644
--- a/gnu/usr.bin/groff/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/groff/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1997/04/22 14:07:25 kstailey Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/06/23 12:13:47 kstailey Exp $
#
# groff config
@@ -106,4 +106,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index 564327b6313..4ecb5527a91 100644
--- a/gnu/usr.bin/perl/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1997/04/17 18:21:30 kstailey Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/06/23 12:13:49 kstailey Exp $
#
# Build wrapper for Perl 5.003.
#
@@ -100,4 +100,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif
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
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
index cec6f4f8481..15ef97ebd29 100644
--- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $Id: Makefile.bsd-wrapper,v 1.8 1996/07/20 09:05:10 deraadt Exp $
+# $Id: Makefile.bsd-wrapper,v 1.9 1997/06/23 12:13:45 kstailey Exp $
INFODIR= infodir=${DESTDIR}/usr/share/info
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
@@ -42,4 +42,6 @@ tags:
.include <bsd.obj.mk>
.include <bsd.subdir.mk>
+.ifndef NOMAN
.include <bsd.man.mk>
+.endif