aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-09 18:15:33 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-09 18:15:33 +0000
commitf600d35fc1cc1e5e432fa24d0b6395d108271a92 (patch)
tree025a96c7f1f1bd02113d9de8c517cc16c1d7cdfb /Makefile.inc1
parent2602e51339543339eff2ec56a4e546a14ec5e16b (diff)
downloadsrc-f600d35fc1cc1e5e432fa24d0b6395d108271a92.tar.gz
src-f600d35fc1cc1e5e432fa24d0b6395d108271a92.zip
cmp and cp are used by the kerberos install, so need to be imclided in
ITOOLS. They are tiny enough that I'm not making conditional: the minuscule savings in disk space isn't worth the obfuscation of Makefile.inc1.
Notes
Notes: svn path=/head/; revision=286536
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 abb3b1d71cd9..0f73d427f6be 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -807,7 +807,7 @@ __installcheck_UGID:
_zoneinfo= zic tzsetup
.endif
-ITOOLS= [ awk cap_mkdb cat chflags chmod chown \
+ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \
date echo egrep find grep id install ${_install-info} \
ln lockf make mkdir mtree mv pwd_mkdb \
rm sed services_mkdb sh strip sysctl test true uname wc ${_zoneinfo} \