svn commit: r206706 - head/etc/rc.d
Rui Paulo
rpaulo at FreeBSD.org
Fri Apr 16 16:49:43 UTC 2010
Author: rpaulo
Date: Fri Apr 16 16:49:42 2010
New Revision: 206706
URL: http://svn.freebsd.org/changeset/base/206706
Log:
Add ubthidhci.
MFC after: 2 days
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile Fri Apr 16 16:33:05 2010 (r206705)
+++ head/etc/rc.d/Makefile Fri Apr 16 16:49:42 2010 (r206706)
@@ -50,6 +50,10 @@ FILES+= sshd
FILES+= nscd
.endif
+.if ${MK_BLUETOOTH} != "no"
+FILES+= ubthidhci
+.endif
+
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}
More information about the svn-src-all
mailing list