aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorFranco Fichtner <franco@opnsense.org>2024-11-18 18:36:46 +0000
committerMark Johnston <markj@FreeBSD.org>2024-11-18 18:36:46 +0000
commit43e045c1733d50fad79f3a53e05140b8dc0d7fa6 (patch)
tree64d6453769c439e20ed8057b4b877f4f679e0362 /libexec
parent5eee34fa0351f1fdb240f7d085145c05e9ed95d5 (diff)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile5
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