summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index 4ecb5527a91..0f13dff997f 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.8 1997/06/23 12:13:49 kstailey Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/06/23 22:20:28 kstailey Exp $
#
# Build wrapper for Perl 5.003.
#
@@ -76,6 +76,11 @@ x2p/Makefile:
x2p/cflags:
(cd ${.OBJDIR}/x2p; /bin/sh cflags.SH)
+.ifdef NOMAN
+maninstall:
+ @echo NOMAN is set
+.endif
+
install: ${MANALL} maninstall
(cd ${.OBJDIR}; ${MAKE} install)
(cd ${DESTDIR}/usr/include; ${H2PH} *.h arpa/*.h machine/*.h net/*.h \