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:
parent
7102f5954b
commit
706b1b65ae
@ -1072,7 +1072,7 @@ _lex= usr.bin/lex
|
|||||||
_yacc= usr.bin/yacc
|
_yacc= usr.bin/yacc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(DB_FROM_SRC) && ${BOOTSTRAPPING} < 1000026
|
.if ${BOOTSTRAPPING} < 1000026
|
||||||
_nmtree= lib/libnetbsd \
|
_nmtree= lib/libnetbsd \
|
||||||
usr.sbin/nmtree
|
usr.sbin/nmtree
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user