summaryrefslogtreecommitdiffstats
path: root/etc/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 /etc/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 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ff8efc5..130b168 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -215,9 +215,6 @@ distribution:
echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
) | ${METALOG.add}
.endif
-.if ${MK_ATF} != "no"
- ${_+_}cd ${.CURDIR}/atf; ${MAKE} install
-.endif
.if ${MK_BLUETOOTH} != "no"
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
.endif
OpenPOWER on IntegriCloud