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.
This commit is contained in:
Brooks Davis 2013-01-21 23:12:50 +00:00
parent 7102f5954b
commit 706b1b65ae

View File

@ -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