summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-10-22 01:18:41 +0000
committermarcel <marcel@FreeBSD.org>2012-10-22 01:18:41 +0000
commit8412efbea82a893c704af85b8b51e68d1fdc217c (patch)
tree7dfa45acec5e77f85aeea486243e3989c98529c5 /libexec/Makefile
parent6731953527d251334ba5f2b979c2eb86dccdf755 (diff)
downloadFreeBSD-src-8412efbea82a893c704af85b8b51e68d1fdc217c.zip
FreeBSD-src-8412efbea82a893c704af85b8b51e68d1fdc217c.tar.gz
Add ATF to the build. This is may be a bit rought around the egdes,
but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile7
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
OpenPOWER on IntegriCloud