From 615931bbc74494c874a4bda95f99183db170a072 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 18 Jul 2000 00:21:05 +0000 Subject: Add mtree to cross-tools to make it updated for new -L option It must solve make world breakage --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') 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; \ -- cgit v1.1