aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2012-10-22 01:18:41 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2012-10-22 01:18:41 +0000
commitc175365cec1c7e7a41c0e5ef6ad508516ecf41e0 (patch)
tree7dfa45acec5e77f85aeea486243e3989c98529c5 /usr.bin/Makefile
parent915f83e6b5409115852059edf75172c7d466c8cd (diff)
downloadsrc-c175365cec1c7e7a41c0e5ef6ad508516ecf41e0.tar.gz
src-c175365cec1c7e7a41c0e5ef6ad508516ecf41e0.zip
Notes
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 960915902df9..377c375e19d3 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