mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sort bootstrap-tools entries.
This commit is contained in:
parent
905c41b537
commit
d6acfaf5e6
1 changed files with 5 additions and 5 deletions
|
|
@ -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)"; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue