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:
Franco Fichtner 2024-11-18 18:36:46 +00:00 committed by Mark Johnston
parent 5eee34fa03
commit 43e045c173

View File

@ -116,10 +116,13 @@ SUBDIR+= tftpd
.endif
.if ${MK_TESTS} != "no"
_atf= atf
_tests= tests
.endif
.if ${MK_TESTS_SUPPORT} != "no"
_atf= atf
.endif
.if ${MK_NUAGEINIT} != "no"
_nuageinit= nuageinit
.endif