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:
parent
4b85df4ea6
commit
eb263e0408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user