summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-09-20 12:24:10 +0000
committermarkm <markm@FreeBSD.org>2001-09-20 12:24:10 +0000
commit68d1e526050b19fca5e7f54ddd8617180d8c4526 (patch)
tree53a75f03d73d905f38c42ce2ec025eaf11ab351b /Makefile.inc1
parent573604c529680987f725f0c159a3725d2b2bc0bc (diff)
downloadFreeBSD-src-68d1e526050b19fca5e7f54ddd8617180d8c4526.zip
FreeBSD-src-68d1e526050b19fca5e7f54ddd8617180d8c4526.tar.gz
Add which(1) the stuff that we need early on. The perl build needs it
to find miniperl.
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 278159e..cf65204 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -324,7 +324,7 @@ installworld:
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
ln make makewhatis mkdir mtree mv perl rm sed sh sysctl \
- test true uname wc zic; do \
+ test touch true uname wc which zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall
OpenPOWER on IntegriCloud