aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-08-29 09:11:03 +0000
committerBruce Evans <bde@FreeBSD.org>2001-08-29 09:11:03 +0000
commit02d4de15336d900ad27856f04a5c83fbaffd466d (patch)
tree33a351c6ebe0e42652408752891159e6633eec4d /Makefile.inc1
parent0a1e38d38aef7987f6b74eac821922de1910a6c2 (diff)
downloadsrc-02d4de15336d900ad27856f04a5c83fbaffd466d.tar.gz
src-02d4de15336d900ad27856f04a5c83fbaffd466d.zip
Fixed world breakage. mkdir was not copied to ${INSTALLTMP}, but it is
used by src/include/Makefile in the SHARED=symlinks case.
Notes
Notes: svn path=/head/; revision=82491
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 4d5e4213b7dc..5c7fd0cec9d0 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