Sort per the comment.
This commit is contained in:
parent
d6844ac5b3
commit
bd51eebf04
@ -208,10 +208,6 @@ SUBDIR+= at
|
||||
SUBDIR+= atm
|
||||
.endif
|
||||
|
||||
.if ${MK_MAN_UTILS} != "no"
|
||||
SUBDIR+= catman
|
||||
.endif
|
||||
|
||||
.if ${MK_BIND_UTILS} != "no"
|
||||
SUBDIR+= dig
|
||||
SUBDIR+= host
|
||||
@ -235,6 +231,10 @@ SUBDIR+= calendar
|
||||
_clang= clang
|
||||
.endif
|
||||
|
||||
.if ${MK_GROFF} != "no"
|
||||
SUBDIR+= vgrind
|
||||
.endif
|
||||
|
||||
.if ${MK_HESIOD} != "no"
|
||||
SUBDIR+= hesinfo
|
||||
.endif
|
||||
@ -245,15 +245,8 @@ _mkcsmapper= mkcsmapper
|
||||
_mkesdb= mkesdb
|
||||
.endif
|
||||
|
||||
.if ${MK_GROFF} != "no"
|
||||
SUBDIR+= vgrind
|
||||
.endif
|
||||
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
SUBDIR+= bc
|
||||
SUBDIR+= chkey
|
||||
SUBDIR+= dc
|
||||
SUBDIR+= newkey
|
||||
.if ${MK_KERBEROS_SUPPORT} != "no"
|
||||
SUBDIR+= compile_et
|
||||
.endif
|
||||
|
||||
.if ${MK_LIBTHR} != "no"
|
||||
@ -264,10 +257,6 @@ SUBDIR+= csup
|
||||
SUBDIR+= locate
|
||||
.endif
|
||||
|
||||
.if ${MK_KERBEROS_SUPPORT} != "no"
|
||||
SUBDIR+= compile_et
|
||||
.endif
|
||||
|
||||
# XXX msgs?
|
||||
.if ${MK_MAIL} != "no"
|
||||
SUBDIR+= biff
|
||||
@ -281,6 +270,7 @@ SUBDIR+= make
|
||||
.endif
|
||||
|
||||
.if ${MK_MAN_UTILS} != "no"
|
||||
SUBDIR+= catman
|
||||
_makewhatis= makewhatis
|
||||
_man= man
|
||||
.endif
|
||||
@ -295,6 +285,13 @@ SUBDIR+= ypmatch
|
||||
SUBDIR+= ypwhich
|
||||
.endif
|
||||
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
SUBDIR+= bc
|
||||
SUBDIR+= chkey
|
||||
SUBDIR+= dc
|
||||
SUBDIR+= newkey
|
||||
.endif
|
||||
|
||||
.if ${MK_QUOTAS} != "no"
|
||||
SUBDIR+= quota
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user