summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-10 04:28:44 +0000
committerngie <ngie@FreeBSD.org>2017-02-10 04:28:44 +0000
commit073593292c22c2f8a4a4510703008fa38b183b38 (patch)
treed94498cad52fa83b71bf85a9cdfe35d9ef2719f2 /Makefile.inc1
parent42fc329cd639624c6bacdaa83c4e8f48501e401d (diff)
downloadFreeBSD-src-073593292c22c2f8a4a4510703008fa38b183b38.zip
FreeBSD-src-073593292c22c2f8a4a4510703008fa38b183b38.tar.gz
MFC r286536:
This unbreaks "make installworld" for me on ^/stable/10 r286536 (by imp): 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.
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 aa25470..592ab34 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -784,7 +784,7 @@ _zoneinfo= zic tzsetup
_nmtree_itools= nmtree
.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 ${_nmtree_itools} mv pwd_mkdb \
rm sed sh strip sysctl test true uname wc ${_zoneinfo} \
OpenPOWER on IntegriCloud