aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-08-21 19:28:53 +0000
committerBrad Davis <brd@FreeBSD.org>2018-08-21 19:28:53 +0000
commitc8e7055577942f62c35b38e995708418197c7497 (patch)
tree2179bd2dde217bef609b959e08b3348ef4f46515 /etc/Makefile
parentcdba33f23c66f12b400f842d952608c9eedca86f (diff)
downloadsrc-c8e7055577942f62c35b38e995708418197c7497.tar.gz
src-c8e7055577942f62c35b38e995708418197c7497.zip
Move all bluetooth related config files out of etc
This helps with pkgbase by switching to CONFS so they are properly tagged as config files. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16833
Notes
Notes: svn path=/head/; revision=338155
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 b813c362f37e..443364c706d8 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -142,9 +142,6 @@ distribution:
echo "./var/db/services.db type=file mode=0644 uname=root gname=wheel"; \
) | ${METALOG.add}
.endif
-.if ${MK_BLUETOOTH} != "no"
- ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
-.endif
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
${_+_}cd ${.CURDIR}/mtree; ${MAKE} install