Sort per the comment.

This commit is contained in:
David E. O'Brien 2012-07-18 07:07:54 +00:00
parent d6844ac5b3
commit bd51eebf04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238564

View File

@ -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