Module Name: src
Committed By: riz
Date: Wed Jun 13 23:41:09 UTC 2012
Modified Files:
src/external: Makefile
Log Message:
Sort SUBDIR alphabetically. Tested with build.sh -j8 on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/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/Makefile
diff -u src/external/Makefile:1.16 src/external/Makefile:1.17
--- src/external/Makefile:1.16 Thu Feb 17 07:52:10 2011
+++ src/external/Makefile Wed Jun 13 23:41:09 2012
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2011/02/17 07:52:10 jruoho Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/13 23:41:09 riz Exp $
-SUBDIR+= apache2 atheros bsd intel-fw-eula intel-fw-public gpl2 gpl3 historical
-SUBDIR+= ibm-public public-domain cddl mit
+SUBDIR+= apache2 atheros bsd cddl gpl2 gpl3 historical intel-fw-eula
+SUBDIR+= intel-fw-public ibm-public mit public-domain
.include <bsd.subdir.mk>