Do not install bluetooth rc(8) scripts if MK_BLUETOOTH = no.

Approved by:	re (glebius)
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-10-03 15:19:16 +00:00
parent 3eb1862534
commit de0ce23380
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256022

View File

@ -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