diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-08-10 20:44:28 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-08-10 20:44:28 +0000 |
commit | 8c213a3fe6374e987b8338b1d2cb9f03f082d0f9 (patch) | |
tree | e1d0752341635a79f0e4250ddeacd51a3d58ba8a /gnu/usr.bin/perl | |
parent | ad4450b664039709ba937e77d75e913a9d8e09da (diff) |
link File::Basename to basename, dirname, fileparse
ok millert@ `as long as basename(3) still points to the C routine'
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index bfa8a2e9a01..de63c89c41b 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.56 2003/07/30 22:59:31 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.57 2003/08/10 20:44:27 espie Exp $ # # Build wrapper for Perl 5.8.0 # @@ -475,7 +475,9 @@ INST_PROG='/usr/bin/install -c' .endif MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \ - Getopt::Std.3p getopt.3p Getopt::Std.3p getopts.3p + Getopt::Std.3p getopt.3p Getopt::Std.3p getopts.3p \ + File::Basename.3p dirname.3p File::Basename.3p basename.3p \ + File::Basename.3p fileparse.3p # NOTE: config.sh *must* be first GENERATED= config.sh config.h cflags makeaperl makedepend makedir \ |