summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-21 23:12:50 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-21 23:12:50 +0000
commitf209d18eb0627c8b3a99d605fd87c5d147675e97 (patch)
treefe7139b650f83a451d2fb876aba99f83e79dd07d /Makefile.inc1
parentf8271f846b19d258fc921ee3cbc04a4d8dddd350 (diff)
downloadFreeBSD-src-f209d18eb0627c8b3a99d605fd87c5d147675e97.zip
FreeBSD-src-f209d18eb0627c8b3a99d605fd87c5d147675e97.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud