Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 04:47:02 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324469 - head/sys/modules/iwmfw
Message-ID:  <201710100447.v9A4l2Rv074452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710100447.v9A4l2Rv074452>