summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9a47ce2..ea688cf 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -824,6 +824,10 @@ _crunchgen= usr.sbin/crunch/crunchgen
_pwd_mkdb= usr.sbin/pwd_mkdb
.endif
+.if ${BOOTSTRAPPING} < 700014
+_gensnmptree= usr.sbin/bsnmpd/gensnmptree
+.endif
+
bootstrap-tools:
.for _tool in \
${_strfile} \
@@ -839,6 +843,7 @@ bootstrap-tools:
usr.bin/rpcgen \
usr.bin/xinstall \
usr.sbin/config \
+ ${_gensnmptree} \
${_crunchgen} \
${_pwd_mkdb}
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
OpenPOWER on IntegriCloud