aboutsummaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2013-10-12 06:06:53 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2013-10-12 06:06:53 +0000
commitec0e2ac61191e70d8d226e0ae40d8a8b6d2d6cf7 (patch)
tree6a822df737c23b9e5aaccac426168402b3673948 /share/Makefile
parentc831112179614a167b829a5af95fdff7c1178a11 (diff)
Remove most of the ATF tools and the _atf user.
This is necessary because ATF is deprecated and it will be replaced by Kyua. Submitted by: jmmv@netbsd.org Reviewed by: Garrett Cooper Approved by: re
Notes
Notes: svn path=/head/; revision=256365
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/share/Makefile b/share/Makefile
index 075f116851e0..e39da7f2792e 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -5,8 +5,7 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
-SUBDIR= ${_atf} \
- ${_colldef} \
+SUBDIR= ${_colldef} \
${_dict} \
${_doc} \
dtrace \
@@ -27,16 +26,10 @@ SUBDIR= ${_atf} \
tabset \
termcap \
${_timedef} \
- xml \
- xsl \
${_zoneinfo}
# NB: keep these sorted by MK_* knobs
-.if ${MK_ATF} != "no"
-_atf= atf
-.endif
-
.if ${MK_BSNMP} != "no"
_snmp= snmp
.endif