Add cp(1) to the list of binaries we need to save. The cp(1) command

is used by the installation of ld-elf.so when an existing version
exists.
This commit is contained in:
Marcel Moolenaar 2000-07-19 22:48:52 +00:00
parent 1f923b0c89
commit 39b909dad3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63560

View File

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