diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-10-22 01:18:41 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-10-22 01:18:41 +0000 |
commit | c175365cec1c7e7a41c0e5ef6ad508516ecf41e0 (patch) | |
tree | 7dfa45acec5e77f85aeea486243e3989c98529c5 /usr.bin/Makefile | |
parent | 915f83e6b5409115852059edf75172c7d466c8cd (diff) | |
download | src-c175365cec1c7e7a41c0e5ef6ad508516ecf41e0.tar.gz src-c175365cec1c7e7a41c0e5ef6ad508516ecf41e0.zip |
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 5 |
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 |