summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-04-16 16:49:42 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-04-16 16:49:42 +0000
commitce27b0428a5cc7c02cf71493bc42f41946660a0f (patch)
tree9ad272aab99ae70d2f1b2cae5ae0435910059160 /etc
parent18191dba8ac9602e66c57c55d7ddf905bf7dec6d (diff)
downloadFreeBSD-src-ce27b0428a5cc7c02cf71493bc42f41946660a0f.zip
FreeBSD-src-ce27b0428a5cc7c02cf71493bc42f41946660a0f.tar.gz
Add ubthidhci.
MFC after: 2 days
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 17f7634..802d717 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -50,6 +50,10 @@ FILES+= sshd
FILES+= nscd
.endif
+.if ${MK_BLUETOOTH} != "no"
+FILES+= ubthidhci
+.endif
+
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}
OpenPOWER on IntegriCloud