Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 21:35:07 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260335 - head/sys/modules/iwnfw
Message-ID:  <201401052135.s05LZ73R087991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Sun Jan  5 21:35:07 2014
New Revision: 260335
URL: http://svnweb.freebsd.org/changeset/base/260335

Log:
  Wrap SUBDIRs over several lines.

Modified:
  head/sys/modules/iwnfw/Makefile

Modified: head/sys/modules/iwnfw/Makefile
==============================================================================
--- head/sys/modules/iwnfw/Makefile	Sun Jan  5 21:03:49 2014	(r260334)
+++ head/sys/modules/iwnfw/Makefile	Sun Jan  5 21:35:07 2014	(r260335)
@@ -1,5 +1,15 @@
 # $FreeBSD$
 
-SUBDIR=	iwn135 iwn1000 iwn4965 iwn5000 iwn5150 iwn6000 iwn6000g2a iwn6000g2b iwn6050 iwn2000 iwn2030
+SUBDIR=	iwn135		\
+	iwn1000		\
+	iwn2000		\
+	iwn2030		\
+	iwn4965		\
+	iwn5000		\
+	iwn5150		\
+	iwn6000		\
+	iwn6000g2a	\
+	iwn6000g2b	\
+	iwn6050
 
 .include <bsd.subdir.mk>



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