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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to