summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-07-18 00:21:05 +0000
committerache <ache@FreeBSD.org>2000-07-18 00:21:05 +0000
commit615931bbc74494c874a4bda95f99183db170a072 (patch)
treefcef142e580b542c12d895a1d524135482b33a6d /Makefile.inc1
parente33a4a87585ca714230b8531401f2a66091a0a90 (diff)
downloadFreeBSD-src-615931bbc74494c874a4bda95f99183db170a072.zip
FreeBSD-src-615931bbc74494c874a4bda95f99183db170a072.tar.gz
Add mtree to cross-tools to make it updated for new -L option
It must solve make world breakage
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 47ed443..c9aa141 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -569,7 +569,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
cross-tools:
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
- usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
+ usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc \
+ usr.sbin/mtree
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
OpenPOWER on IntegriCloud