diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-09 20:31:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-09 20:31:55 +0000 |
commit | b2dc0264d3f5972dec7672f3fa79e3786135dade (patch) | |
tree | 894369e57d88cb0e096a5c7145ec87c43170565d /gnu/usr.bin/perl | |
parent | 203973800228590a646c29d14526f1e209b9b894 (diff) |
Add missing rule for B::CC.ps3p; Hans-Guenter Weigand
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 08ae4b7ba0a..a4db5ed4b3b 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.44 2001/07/21 18:09:58 krw Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2001/10/09 20:31:54 millert Exp $ # # Build wrapper for Perl 5.6.1 # @@ -1042,6 +1042,8 @@ B::Bytecode.ps3p: ext/B/B/Bytecode.pm ${POD2MAN} --section=3p --official ${.ALLSRC} | nroff -Tps -man > ${.TARGET} B::C.ps3p: ext/B/B/C.pm ${POD2MAN} --section=3p --official ${.ALLSRC} | nroff -Tps -man > ${.TARGET} +B::CC.ps3p: ext/B/B/CC.pm + ${POD2MAN} --section=3p --official ${.ALLSRC} | nroff -Tps -man > ${.TARGET} B::Concise.ps3p: ext/B/B/Concise.pm ${POD2MAN} --section=3p --official ${.ALLSRC} | nroff -Tps -man > ${.TARGET} B::Debug.ps3p: ext/B/B/Debug.pm |