diff options
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 78953b4..0b9c961 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -3,7 +3,8 @@ .include <bsd.own.mk> -SUBDIR= ${_atrun} \ +SUBDIR= ${_atf} \ + ${_atrun} \ bootpd \ ${_comsat} \ fingerd \ @@ -32,6 +33,10 @@ SUBDIR= ${_atrun} \ ulog-helper \ ${_ypxfr} +.if ${MK_ATF} != "no" +_atf= atf +.endif + .if ${MK_AT} != "no" _atrun= atrun .endif |