Module Name: src
Committed By: jkoshy
Date: Mon Oct 8 01:45:11 UTC 2012
Modified Files:
src/external/bsd: Makefile
Log Message:
Style fix: keep lists of names sorted.
Reviewed by: christos
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/bsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.32 src/external/bsd/Makefile:1.33
--- src/external/bsd/Makefile:1.32 Fri Mar 23 21:31:27 2012
+++ src/external/bsd/Makefile Mon Oct 8 01:45:11 2012
@@ -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 @@ SUBDIR+= openldap
.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>