From 33f3e6ab569eb1040266c8ee7bdd0cf74bd58751 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sat, 12 Oct 2013 06:08:18 +0000 Subject: MFC 256365 Remove most of the ATF tools and the _atf user. Approved by: re --- etc/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/Makefile') 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 -- cgit v1.1