Add awk and wc to the list of copied binaries for the installworld

target. These are needed by liloldr.

Found by: make release
This commit is contained in:
Marcel Moolenaar 2000-07-20 03:03:23 +00:00
parent 4b85df4ea6
commit eb263e0408
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63592

View File

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