Author: obrien
Date: Wed Jul 18 07:07:54 2012
New Revision: 238564
URL: http://svn.freebsd.org/changeset/base/238564

Log:
  Sort per the comment.

Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile       Wed Jul 18 05:57:42 2012        (r238563)
+++ head/usr.bin/Makefile       Wed Jul 18 07:07:54 2012        (r238564)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to