svn commit: r324469 - head/sys/modules/iwmfw

Ngie Cooper ngie at FreeBSD.org
Tue Oct 10 04:47:03 UTC 2017


Author: ngie
Date: Tue Oct 10 04:47:01 2017
New Revision: 324469
URL: https://svnweb.freebsd.org/changeset/base/324469

Log:
  Sort SUBDIR and put entries on a single list
  
  This is to aid with identifying diffs between commits.
  
  MFC after:	3 days

Modified:
  head/sys/modules/iwmfw/Makefile

Modified: head/sys/modules/iwmfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/Makefile	Tue Oct 10 03:40:38 2017	(r324468)
+++ head/sys/modules/iwmfw/Makefile	Tue Oct 10 04:47:01 2017	(r324469)
@@ -1,5 +1,9 @@
 # $FreeBSD$
 
-SUBDIR=	iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw
+SUBDIR=	iwm3160fw \
+	iwm7260fw \
+	iwm7265fw \
+	iwm7265Dfw \
+	iwm8000Cfw
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list