summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-07-23 21:30:35 +0000
committermarcel <marcel@FreeBSD.org>2000-07-23 21:30:35 +0000
commit173f0f34e5e78191a409f8aa394a0c4f7b06d9e9 (patch)
tree70fc44994b2251962d1a0af4c7647c05128288a4 /Makefile.inc1
parentba50f4125684beb8a3168053e62d19b3cde4f9dc (diff)
downloadFreeBSD-src-173f0f34e5e78191a409f8aa394a0c4f7b06d9e9.zip
FreeBSD-src-173f0f34e5e78191a409f8aa394a0c4f7b06d9e9.tar.gz
Argh... mtree has been removed from the bootstrap-tools. In that
case we need to save it in installworld. That latter I forgot... Pointy hat: me
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4a0b957..bffe5b8 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -306,8 +306,8 @@ everything:
installworld:
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chown date echo egrep find grep \
- install ln make makewhatis mv perl rm sed sh sysctl test \
- true uname wc zic; do \
+ install ln make makewhatis mtree mv perl rm sed sh sysctl \
+ test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall
OpenPOWER on IntegriCloud