From 00a0892538afcfe778057cd41669c796c89d73b3 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 10 Feb 2017 04:28:44 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.freebsd.org/base/stable/10@313522 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index aa25470eb..592ab3447 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} \ -- 2.45.0