summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-07-19 22:48:52 +0000
committermarcel <marcel@FreeBSD.org>2000-07-19 22:48:52 +0000
commit8eabbf545323103a7714c1ca01b4a1bd497140ba (patch)
tree4376336a75be1c853080b7bb65b90f334c060941 /Makefile.inc1
parent291744d0a866b275eaeb77e7d235ad170120fe4e (diff)
downloadFreeBSD-src-8eabbf545323103a7714c1ca01b4a1bd497140ba.zip
FreeBSD-src-8eabbf545323103a7714c1ca01b4a1bd497140ba.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 07130e3..0f5a0d4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud