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:
committed by
Mark Johnston
parent
5eee34fa03
commit
43e045c173
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user