diff options
author | ache <ache@FreeBSD.org> | 2000-07-18 00:21:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-07-18 00:21:05 +0000 |
commit | 615931bbc74494c874a4bda95f99183db170a072 (patch) | |
tree | fcef142e580b542c12d895a1d524135482b33a6d | |
parent | e33a4a87585ca714230b8531401f2a66091a0a90 (diff) | |
download | FreeBSD-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
-rw-r--r-- | Makefile.inc1 | 3 |
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; \ |