From a5061fba1f0c36f18e64df2f22068f21c388efc4 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 23 Jul 2000 21:30:35 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 4 ++-- 1 file 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