7aebfa93ac
bthidd(8) now was integrated with vkbd(4) and supports multiple keyboards via vkbd(4)/kbdmux(4). The code was tested with Apple Bluetooth keyboard and SE k700i cell phone (remote control feature). MFC after: 1 month
20 lines
241 B
Makefile
20 lines
241 B
Makefile
# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
bcmfw \
|
|
bt3cfw \
|
|
bthidcontrol \
|
|
bthidd \
|
|
hccontrol \
|
|
hcsecd \
|
|
hcseriald \
|
|
l2control \
|
|
l2ping \
|
|
rfcomm_pppd \
|
|
sdpcontrol \
|
|
sdpd
|
|
|
|
.include <bsd.subdir.mk>
|
|
|