Add which(1) the stuff that we need early on. The perl build needs it

to find miniperl.
This commit is contained in:
Mark Murray 2001-09-20 12:24:10 +00:00
parent b6c358a73d
commit 9356546b0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83721

View File

@ -324,7 +324,7 @@ installworld:
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
ln make makewhatis mkdir mtree mv perl rm sed sh sysctl \
test true uname wc zic; do \
test touch true uname wc which zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall