From f209d18eb0627c8b3a99d605fd87c5d147675e97 Mon Sep 17 00:00:00 2001 From: brooks Date: Mon, 21 Jan 2013 23:12:50 +0000 Subject: Always bootstrap nmtree if it is not available on the host. It is fairly small and it is quite annoying to get all the way through buildworld only to discover that you forgot the DB_FROM_SRC (or soon NO_ROOT) option. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 5ae62a7..c13117a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1072,7 +1072,7 @@ _lex= usr.bin/lex _yacc= usr.bin/yacc .endif -.if defined(DB_FROM_SRC) && ${BOOTSTRAPPING} < 1000026 +.if ${BOOTSTRAPPING} < 1000026 _nmtree= lib/libnetbsd \ usr.sbin/nmtree .endif -- cgit v1.1