From 173f0f34e5e78191a409f8aa394a0c4f7b06d9e9 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 23 Jul 2000 21:30:35 +0000 Subject: 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(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1