diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 0b9c9618a1b7..576335f2d2fd 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> |
