mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Don't recurse into libssp when MK_SSP is set to no.
This commit is contained in:
parent
514ead92ea
commit
450ea99db7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235727
@ -2,7 +2,11 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline libssp
|
||||
SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline
|
||||
|
||||
.if ${MK_SSP} != "no"
|
||||
SUBDIR+= libssp
|
||||
.endif
|
||||
|
||||
# libsupc++ uses libstdc++ headers, although 'make includes' should
|
||||
# have taken care of that already.
|
||||
|
Loading…
Reference in New Issue
Block a user