summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-07-18 07:07:54 +0000
committerobrien <obrien@FreeBSD.org>2012-07-18 07:07:54 +0000
commit74d407902916556c508f3383963027e271e7383b (patch)
treeeec228f4fc2e5802c6a7862a7f2c942693d0c018 /usr.bin/Makefile
parentb743269ac61cb0656d57b001015835a3f677b3b7 (diff)
downloadFreeBSD-src-74d407902916556c508f3383963027e271e7383b.zip
FreeBSD-src-74d407902916556c508f3383963027e271e7383b.tar.gz
Sort per the comment.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile31
1 files changed, 14 insertions, 17 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6f60756..496cac6 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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
OpenPOWER on IntegriCloud