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:
Bruce Evans 2001-08-29 09:11:03 +00:00
parent 0a1e38d38a
commit 02d4de1533
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82491

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