summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-10-12 06:06:53 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-10-12 06:06:53 +0000
commit650bab0fa98d46fee19d93fb32e98354eb0b2e90 (patch)
tree6a822df737c23b9e5aaccac426168402b3673948 /share/Makefile
parente4009f5516f79caa88c5fb675da03a4db378248e (diff)
downloadFreeBSD-src-650bab0fa98d46fee19d93fb32e98354eb0b2e90.zip
FreeBSD-src-650bab0fa98d46fee19d93fb32e98354eb0b2e90.tar.gz
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
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 075f116..e39da7f 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
OpenPOWER on IntegriCloud