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/perl | |
parent | 210f5b06a817aaafe6caa0d16be512bf149c2350 (diff) |
respect NOMAN (in bulk)
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
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 |