summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 9609159..377c375 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -12,6 +12,7 @@
SUBDIR= alias \
apply \
asa \
+ ${_atf} \
awk \
banner \
basename \
@@ -205,6 +206,10 @@ SUBDIR= alias \
SUBDIR+= at
.endif
+.if ${MK_ATF} != "no"
+_atf= atf
+.endif
+
.if ${MK_ATM} != "no"
SUBDIR+= atm
.endif
OpenPOWER on IntegriCloud