From fa90cca2fc9e6ec15d0a457068c1d7579c11ff91 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 23 Jul 2000 16:43:03 +0000 Subject: [PATCH] Remove mtree for bootstrap-tools. The -L switch change has been backed out. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 0a730e64d79a..bfadc55a3486 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -508,7 +508,7 @@ _strfile= games/fortune/strfile bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \ - usr.sbin/mtree gnu/usr.bin/gperf gnu/usr.bin/texinfo + gnu/usr.bin/gperf gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ ${MAKE} depend; \