diff options
| author | Franco Fichtner <franco@opnsense.org> | 2024-11-18 18:36:46 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-11-18 18:36:46 +0000 |
| commit | 43e045c1733d50fad79f3a53e05140b8dc0d7fa6 (patch) | |
| tree | 64d6453769c439e20ed8057b4b877f4f679e0362 /libexec | |
| parent | 5eee34fa0351f1fdb240f7d085145c05e9ed95d5 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 8287690eeb3c..55e586434087 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -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 |
