aboutsummaryrefslogtreecommitdiff
path: root/libexec/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 /libexec/Makefile
parent915f83e6b5409115852059edf75172c7d466c8cd (diff)
downloadsrc-c175365cec1c7e7a41c0e5ef6ad508516ecf41e0.tar.gz
src-c175365cec1c7e7a41c0e5ef6ad508516ecf41e0.zip
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@
Notes
Notes: svn path=/head/; revision=241823
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 78953b4e26a0..0b9c9618a1b7 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