mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
atf: Guard libexec/atf with WITH_TESTS_SUPPORT
Other atf components are guarded by WITH_TESTS_SUPPORT already. WITH_TESTS is for actual tests. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D47660
This commit is contained in:
parent
5eee34fa03
commit
43e045c173
@ -116,10 +116,13 @@ SUBDIR+= tftpd
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_TESTS} != "no"
|
.if ${MK_TESTS} != "no"
|
||||||
_atf= atf
|
|
||||||
_tests= tests
|
_tests= tests
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MK_TESTS_SUPPORT} != "no"
|
||||||
|
_atf= atf
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_NUAGEINIT} != "no"
|
.if ${MK_NUAGEINIT} != "no"
|
||||||
_nuageinit= nuageinit
|
_nuageinit= nuageinit
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user