Fixed world breakage. mkdir was not copied to ${INSTALLTMP}, but it is

used by src/include/Makefile in the SHARED=symlinks case.
This commit is contained in:
bde 2001-08-29 09:11:03 +00:00
parent 79fd56534c
commit 63171780d4

View File

@ -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