diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 21:30:35 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 21:30:35 +0000 |
| commit | a5061fba1f0c36f18e64df2f22068f21c388efc4 (patch) | |
| tree | 155e8ebca60b94d30a2293b85265b2197d895a68 | |
| parent | dce97721eafc9b844b554c93144903009236e81a (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 4 |
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 |
