0fc0faf846
devices like mice, keyboards, bt-audio, ... This script currently allows scanning for nearby devices, adds one to /etc/bluetooth/hosts, adds an entry to hcsecd's conf and if it is a HID, add an entry to bthidd's configs, as well. Submitted by: erdgeist <erdgeist@erdgeist.org> Approved by: bapt MFC after: 2 weeks Differential Revision: D3778 Reviewers: bapt, emax
28 lines
360 B
Makefile
28 lines
360 B
Makefile
# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= \
|
|
bluetooth-config \
|
|
bt3cfw \
|
|
btpand \
|
|
hccontrol \
|
|
hcsecd \
|
|
hcseriald \
|
|
l2control \
|
|
l2ping \
|
|
rfcomm_pppd \
|
|
sdpcontrol \
|
|
sdpd
|
|
|
|
.if ${MK_USB} != "no"
|
|
SUBDIR+= ath3kfw
|
|
SUBDIR+= bcmfw
|
|
SUBDIR+= bthidcontrol
|
|
SUBDIR+= bthidd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|