Sort bootstrap-tools entries.

This commit is contained in:
Ruslan Ermilov 2006-03-31 14:10:35 +00:00
parent 905c41b537
commit d6acfaf5e6

View File

@ -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)"; \