summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-07-23 00:20:56 +0000
committermarcel <marcel@FreeBSD.org>2000-07-23 00:20:56 +0000
commit8c6203a18e19314dcd22470843ef9470f136d975 (patch)
tree505ba654a541cb3591e8f43452f3476a6236f53b /Makefile.inc1
parent45c2f34531bb3d5e64de8638f105bea9ce92177a (diff)
downloadFreeBSD-src-8c6203a18e19314dcd22470843ef9470f136d975.zip
FreeBSD-src-8c6203a18e19314dcd22470843ef9470f136d975.tar.gz
Don't save cp(1) in installworld. Its use has been replaced by
a use of install.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e775f13..0a730e6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -305,7 +305,7 @@ everything:
#
installworld:
mkdir -p ${INSTALLTMP}
- for prog in [ awk cat chflags chown cp date echo egrep find grep \
+ for prog in [ awk cat chflags chown date echo egrep find grep \
install ln make makewhatis mv perl rm sed sh sysctl test \
true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
OpenPOWER on IntegriCloud