diff --git a/Makefile.inc1 b/Makefile.inc1 index 800ecd9d13af..ea6d0ae2704e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -809,6 +809,10 @@ _gencat= usr.bin/gencat _mklocale= usr.bin/mklocale .endif +.if ${BOOTSTRAPPING} < 700015 +_gensnmptree= usr.sbin/bsnmpd/gensnmptree +.endif + .if ${MK_RESCUE} != "no" && \ ${BOOTSTRAPPING} < 600008 _crunchgen= usr.sbin/crunch/crunchgen @@ -818,10 +822,6 @@ _crunchgen= usr.sbin/crunch/crunchgen _pwd_mkdb= usr.sbin/pwd_mkdb .endif -.if ${BOOTSTRAPPING} < 700015 -_gensnmptree= usr.sbin/bsnmpd/gensnmptree -.endif - bootstrap-tools: .for _tool in \ ${_strfile} \ @@ -836,8 +836,8 @@ bootstrap-tools: ${_mklocale} \ usr.bin/rpcgen \ usr.bin/xinstall \ - usr.sbin/config \ ${_gensnmptree} \ + usr.sbin/config \ ${_crunchgen} \ ${_pwd_mkdb} ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \