diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-10-05 09:56:49 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-10-05 09:56:49 +0000 |
| commit | 3aa24db4bc2789b05cf316d9c7b4632e246d785f (patch) | |
| tree | ea1e28d0af690f373d557dca71564a0fe30ec11f /Makefile.inc1 | |
| parent | 3820a039ae6d3e829fbcee5b247013a90b032eac (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 4eea44a06920..0b4bf08ee972 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -299,7 +299,7 @@ everything: installworld: mkdir -p ${INSTALLTMP} for prog in [ awk cat chflags chown date echo egrep find grep \ - install ln make makewhatis miniperl mtree mv perl rm sed sh sysctl \ + install ln make makewhatis mtree mv perl rm sed sh sysctl \ test true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ done @@ -536,9 +536,13 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \ kerberos5/lib/libsl .endif +.if !defined(NOPERL) +_perl= gnu/usr.bin/perl +.endif + build-tools: .for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ - ${_libroken4} ${_libkrb5} lib/libncurses ${_share} + ${_libroken4} ${_libkrb5} lib/libncurses ${_share} ${_perl} cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor |
