diff --git a/Makefile.inc1 b/Makefile.inc1 index 9a47ce20b246..ea688cfc5d6c 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)"; \