mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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 (cherry picked from commit 43e045c1733d50fad79f3a53e05140b8dc0d7fa6)
This commit is contained in:
parent
eb176d97ba
commit
f41c6166bc
1 changed files with 4 additions and 1 deletions
|
|
@ -118,10 +118,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue