Put each SUBDIR on a separate line for ease of maintenance

Additional patches to this file are in progress, and having each SUBDIR
entry on a separate line makes it easier to change the order in which
the patches are reviewed, tested, and applied.
This commit is contained in:
Ed Maste 2016-10-19 20:56:21 +00:00
parent fa0b35857f
commit dc8b629790
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307656

View file

@ -2,7 +2,9 @@
.include <src.opts.mk>
SUBDIR= csu libgcc libregex
SUBDIR= csu
SUBDIR+= libgcc
SUBDIR+= libregex
SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_GCC}+= libgcov libgomp