From fad8371bdd5558dd5ea64f39282fc723b9fd558c Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 9 Sep 1998 17:30:30 +0000 Subject: [PATCH] Add the Perl5 bootstrap tools. --- Makefile.inc1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index e33842065671..39fb7362af48 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.7 1998/09/05 12:25:54 asami Exp $ +# $Id$ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -688,7 +688,8 @@ bootstrap-libraries: .for _lib in ${_csu} gnu/usr.bin/cc/libgcc lib/libtermcap \ gnu/lib/libregex gnu/lib/libreadline lib/libc \ ${_libcrypt} lib/libcurses lib/libedit ${_libm} \ - lib/libmd lib/libutil lib/libz usr.bin/lex/lib + lib/libmd lib/libutil lib/libz usr.bin/lex/lib \ + gnu/usr.bin/perl/libperl .if exists(${.CURDIR}/${_lib}) cd ${.CURDIR}/${_lib}; \ ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ @@ -750,7 +751,7 @@ _phantasia= games/phantasia _strfile= games/fortune/strfile .endif .if !defined(NOPERL) -_perl= gnu/usr.bin/perl/perl +_perl= gnu/usr.bin/perl/miniperl .endif .if !defined(NOSHARE) && exists(${.CURDIR}/share) _scrnmaps= share/syscons/scrnmaps