summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-10-12 06:08:18 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-10-12 06:08:18 +0000
commit33f3e6ab569eb1040266c8ee7bdd0cf74bd58751 (patch)
tree539ae1a246d504ce70c2a0d4a85aaef29c1ac916 /etc/Makefile
parent89a272e3b91ed0a23f538c485c1021adbfc81731 (diff)
downloadFreeBSD-src-33f3e6ab569eb1040266c8ee7bdd0cf74bd58751.zip
FreeBSD-src-33f3e6ab569eb1040266c8ee7bdd0cf74bd58751.tar.gz
MFC 256365
Remove most of the ATF tools and the _atf user. 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