summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-29 09:11:03 +0000
committerbde <bde@FreeBSD.org>2001-08-29 09:11:03 +0000
commit63171780d459285f00566965ebc19c93f7a77b74 (patch)
tree33a351c6ebe0e42652408752891159e6633eec4d /Makefile.inc1
parent79fd56534cc2ee016045c84937246dbc66204282 (diff)
downloadFreeBSD-src-63171780d459285f00566965ebc19c93f7a77b74.zip
FreeBSD-src-63171780d459285f00566965ebc19c93f7a77b74.tar.gz
Fixed world breakage. mkdir was not copied to ${INSTALLTMP}, but it is
used by src/include/Makefile in the SHARED=symlinks case.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4d5e421..5c7fd0c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -323,7 +323,7 @@ everything:
installworld:
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
- ln make makewhatis mtree mv perl rm sed sh sysctl \
+ ln make makewhatis mkdir mtree mv perl rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
OpenPOWER on IntegriCloud