diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 00:20:56 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 00:20:56 +0000 |
| commit | a0982e93091c985ba873ef7df8758b3c78ae93d5 (patch) | |
| tree | 96531758ee08eaadc2963f4d3a8e040c476f75b9 | |
| parent | b4a3a0382742b0eb0bf032c20b6a2346e8bf1958 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index e775f13effc0..0a730e64d79a 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}; \ |
