Sort SUBDIR and put entries on a single list

This is to aid with identifying diffs between commits.

MFC after:	3 days
This commit is contained in:
Enji Cooper 2017-10-10 04:47:01 +00:00
parent b9b9a7c3a2
commit b46e7cdd0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324469

View File

@ -1,5 +1,9 @@
# $FreeBSD$
SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw
SUBDIR= iwm3160fw \
iwm7260fw \
iwm7265fw \
iwm7265Dfw \
iwm8000Cfw
.include <bsd.subdir.mk>