From 8eabbf545323103a7714c1ca01b4a1bd497140ba Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 19 Jul 2000 22:48:52 +0000 Subject: 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. --- Makefile.inc1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1