aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2000-07-19 22:48:52 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2000-07-19 22:48:52 +0000
commit39b909dad35b132baf0da96f23e55681e5f3bc15 (patch)
treea60a8286058f538323f54d5fece7a4b87a8b55cc /Makefile.inc1
parent1f923b0c89b70893548b0b65aafb2f5cca17be1b (diff)
downloadsrc-39b909dad35b132baf0da96f23e55681e5f3bc15.tar.gz
src-39b909dad35b132baf0da96f23e55681e5f3bc15.zip
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.
Notes
Notes: svn path=/head/; revision=63560
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 07130e301b71..0f5a0d4f7df4 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