diff options
-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 |