summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2000-07-23 21:30:35 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2000-07-23 21:30:35 +0000
commita5061fba1f0c36f18e64df2f22068f21c388efc4 (patch)
tree155e8ebca60b94d30a2293b85265b2197d895a68
parentdce97721eafc9b844b554c93144903009236e81a (diff)
Notes
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4a0b957b9fa9..bffe5b8fed62 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