diff options
author | 2007-11-25 18:09:57 +0000 | |
---|---|---|
committer | 2007-11-25 18:09:57 +0000 | |
commit | b4785a6dc0e9f7b0a3ac54c47400ee21e55b87e5 (patch) | |
tree | e4aaf094f6541c1f026f09aa90db663489245f6f | |
parent | Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth. (diff) | |
download | wireguard-openbsd-b4785a6dc0e9f7b0a3ac54c47400ee21e55b87e5.tar.xz wireguard-openbsd-b4785a6dc0e9f7b0a3ac54c47400ee21e55b87e5.zip |
man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,
or it attempts to ln them before they exist....
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 7 | ||||
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 6d65ce24606..6c672e82721 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.72 2007/11/24 16:03:37 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.73 2007/11/25 18:09:57 deraadt Exp $ # # Build wrapper for Perl 5.8.6 # @@ -45,11 +45,6 @@ CPPFLAGS+= -DPERL_CORE -DPERL_RANDOM_DEVICE=\"/dev/arandom\" -I. STRIPFLAGS='-s' .endif -MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \ - 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 - GEN_AFTER= config.h cflags makeaperl makedepend makedir \ myconfig writemain Makefile Policy.sh pod/Makefile \ x2p/Makefile x2p/cflags diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 508e80f8ba8..c36fa6c60dc 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -13,6 +13,11 @@ POD2MAN= LD_LIBRARY_PATH=${.OBJDIR} ${.OBJDIR}/perl -I ${.OBJDIR}/lib \ MANLOCALBUILD= yes +MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \ + 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 + MANALL= _quick1= _quick3p= |