summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-10-03 17:30:55 +0000
committermarkm <markm@FreeBSD.org>2013-10-03 17:30:55 +0000
commit4655fd3ead80b03639e139ad19759e0307eb10df (patch)
tree67afea6aa141c4d4eb728b118c7b646e360ac66c /etc/rc.d
parente7fc623a189ad8f5aab1329d75910535e1823f36 (diff)
downloadFreeBSD-src-4655fd3ead80b03639e139ad19759e0307eb10df.zip
FreeBSD-src-4655fd3ead80b03639e139ad19759e0307eb10df.tar.gz
MFC - tracking commit
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 82775f9..e51e2f8 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -21,11 +21,11 @@ FILES= DAEMON \
auditd \
auditdistd \
bgfsck \
- bluetooth \
+ ${_bluetooth} \
bootparams \
bridge \
bsnmpd \
- bthidd \
+ ${_bthidd} \
ccd \
cleanvar \
cleartmp \
@@ -48,7 +48,7 @@ FILES= DAEMON \
gptboot \
gssd \
hastd \
- hcsecd \
+ ${_hcsecd} \
hostapd \
hostid \
hostid_save \
@@ -182,6 +182,9 @@ _nscd= nscd
.endif
.if ${MK_BLUETOOTH} != "no"
+_bluetooth= bluetooth
+_bthidd= bthidd
+_hcsecd= hcsecd
_ubthidhci= ubthidhci
.endif
OpenPOWER on IntegriCloud