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} _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"