Add mtree to cross-tools to make it updated for new -L option

It must solve make world breakage
This commit is contained in:
Andrey A. Chernov 2000-07-18 00:21:05 +00:00
parent 501e74b7ca
commit 199b3e8349
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63360

View File

@ -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; \