summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 0b9c961..576335f 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -33,10 +33,6 @@ SUBDIR= ${_atf} \
ulog-helper \
${_ypxfr}
-.if ${MK_ATF} != "no"
-_atf= atf
-.endif
-
.if ${MK_AT} != "no"
_atrun= atrun
.endif
@@ -76,4 +72,8 @@ _smrsh= smrsh
_telnetd= telnetd
.endif
+.if ${MK_TESTS} != "no"
+_atf= atf
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud