Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd Style fix: keep lists of names sorted.



details:   https://anonhg.NetBSD.org/src/rev/7b0083860e7e
branches:  trunk
changeset: 781934:7b0083860e7e
user:      jkoshy <jkoshy%NetBSD.org@localhost>
date:      Mon Oct 08 01:45:11 2012 +0000

description:
Style fix: keep lists of names sorted.

Reviewed by:    christos

diffstat:

 external/bsd/Makefile |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 495395f9ed6e -r 7b0083860e7e external/bsd/Makefile
--- a/external/bsd/Makefile     Mon Oct 08 00:12:57 2012 +0000
+++ b/external/bsd/Makefile     Mon Oct 08 01:45:11 2012 +0000
@@ -1,14 +1,21 @@
-#      $NetBSD: Makefile,v 1.32 2012/03/23 21:31:27 christos Exp $
+#      $NetBSD: Makefile,v 1.33 2012/10/08 01:45:11 jkoshy Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=        acpica am-utils bind cron dhcpcd fetch file flex less libarchive \
-       libevent liblzf libpcap mdocml openresolv top byacc wpa ntp tcpdump \
-       tmux tre
+SUBDIR=        acpica am-utils bind byacc cron dhcpcd fetch file flex less \
+       libarchive libevent liblzf libpcap mdocml ntp openresolv tcpdump \
+       tmux top tre wpa
 
 .if (${MKATF} != "no")
 SUBDIR+= atf
 .endif
+.if (${MKCRYPTO} != "no")
+SUBDIR+= pkg_install ../../crypto/external/bsd
+.endif
+# IP Filter
+.if (${MKIPFILTER} != "no")
+SUBDIR+=ipf
+.endif
 .if (${MKISCSI} != "no")
 SUBDIR+= iscsi 
 .endif
@@ -18,15 +25,8 @@
 .if (${MKLLVM} != "no")
 SUBDIR+= llvm
 .endif
-.if (${MKCRYPTO} != "no")
-SUBDIR+= pkg_install ../../crypto/external/bsd
-.endif
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
-# IP Filter
-.if (${MKIPFILTER} != "no")
-SUBDIR+=ipf
-.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index