aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-08-04 22:41:17 +0000
committerBrad Davis <brd@FreeBSD.org>2018-08-04 22:41:17 +0000
commit0ab0a723edba4443252d87d00e72c2f4f5cf9cde (patch)
tree2a51bd4f8cf13a47bfc88741d8426ab63ca7c6af /etc/Makefile
parent99a84b826f726a3245333bcd5ef10c8ecb0cb546 (diff)
downloadsrc-0ab0a723edba4443252d87d00e72c2f4f5cf9cde.tar.gz
src-0ab0a723edba4443252d87d00e72c2f4f5cf9cde.zip
Move autofs related configs to usr.sbin/autofs/
This is prep for pkgbase to have config files tagged as such. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16492
Notes
Notes: svn path=/head/; revision=337340
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 90f7096f4cf8..af3b2676056d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -190,9 +190,6 @@ distribution:
echo "./var/db/services.db type=file mode=0644 uname=root gname=wheel"; \
) | ${METALOG.add}
.endif
-.if ${MK_AUTOFS} != "no"
- ${_+_}cd ${.CURDIR}/autofs; ${MAKE} install
-.endif
.if ${MK_BLUETOOTH} != "no"
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
.endif