summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-06-24 15:57:48 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-06-24 15:57:48 +0000
commitf6034d31b79e498fd2e967700422934b875aa603 (patch)
tree7da1eaffb8a5d67fb3c00a984a6474c3aba4a0fd /Makefile.inc1
parent3b207676966493f5897b60f1575ca81297373eb4 (diff)
downloadFreeBSD-src-f6034d31b79e498fd2e967700422934b875aa603.zip
FreeBSD-src-f6034d31b79e498fd2e967700422934b875aa603.tar.gz
MFC r267599:
- Add a LOCAL_ITOOLS to allow adding additional tools required for the installworld and distributeworld targets PR: 179562
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5cfa779..8c23f82 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -17,6 +17,7 @@
# -DNO_DOCUPDATE do not update doc in ${MAKE} update
# -DNO_CTF do not run the DTrace CTF conversion tools on built objects
# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
+# LOCAL_ITOOLS="list of tools" to add additional tools to the ITOOLS list
# LOCAL_LIB_DIRS="list of dirs" to add additional dirs to libraries target
# LOCAL_MTREE="list of mtree files" to process to allow local directories
# to be created before files are installed
@@ -756,7 +757,8 @@ _nmtree_itools= nmtree
ITOOLS= [ awk cap_mkdb cat chflags chmod chown \
date echo egrep find grep id install ${_install-info} \
ln lockf make mkdir mtree ${_nmtree_itools} mv pwd_mkdb \
- rm sed sh sysctl test true uname wc ${_zoneinfo}
+ rm sed sh sysctl test true uname wc ${_zoneinfo} \
+ ${LOCAL_ITOOLS}
#
# distributeworld
OpenPOWER on IntegriCloud