summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-25 12:17:52 +0000
committerru <ru@FreeBSD.org>2001-09-25 12:17:52 +0000
commit32703cc757daf3323c906584b14df35b4a72f14c (patch)
tree2c380c622cfa0a20fd1d50e6f7f4a733d94009f3 /Makefile.inc1
parent56db2a389f66651dd552255ae3b877e454f98a96 (diff)
downloadFreeBSD-src-32703cc757daf3323c906584b14df35b4a72f14c.zip
FreeBSD-src-32703cc757daf3323c906584b14df35b4a72f14c.tar.gz
Removed touch(1) from the list of installworld tools that
was added in previous revision for no apparent reason. Submitted by: bde
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 cf65204..9c36143 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 touch true uname wc which zic; do \
+ test true uname wc which zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall
OpenPOWER on IntegriCloud