aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-09 17:30:30 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-09 17:30:30 +0000
commitfad8371bdd5558dd5ea64f39282fc723b9fd558c (patch)
treeaccd2852bef60a3f2bcb2b70427500ff15260b39 /Makefile.inc1
parentf4627296cd07f3c90fa80460a7b0b251ecd6e5f9 (diff)
downloadsrc-fad8371bdd5558dd5ea64f39282fc723b9fd558c.tar.gz
src-fad8371bdd5558dd5ea64f39282fc723b9fd558c.zip
Add the Perl5 bootstrap tools.
Notes
Notes: svn path=/head/; revision=39018
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files 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