mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
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:
parent
fa0b35857f
commit
dc8b629790
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307656
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user