From 706b1b65ae2de4b439048172db2be80bfa050c50 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 21 Jan 2013 23:12:50 +0000 Subject: [PATCH] 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(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5ae62a710479..c13117a3d837 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