2003-10-12 22:04:24 +00:00
|
|
|
# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
|
2002-11-20 23:01:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-04-27 06:34:51 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2003-10-12 22:04:24 +00:00
|
|
|
SUBDIR= \
|
2019-01-11 15:52:09 +00:00
|
|
|
bluetooth-config \
|
2003-10-12 22:04:24 +00:00
|
|
|
bt3cfw \
|
2009-02-02 18:10:51 +00:00
|
|
|
btpand \
|
2003-10-12 22:04:24 +00:00
|
|
|
hccontrol \
|
|
|
|
hcsecd \
|
|
|
|
hcseriald \
|
|
|
|
l2control \
|
|
|
|
l2ping \
|
|
|
|
rfcomm_pppd \
|
2004-01-25 21:33:59 +00:00
|
|
|
sdpcontrol \
|
|
|
|
sdpd
|
2003-10-12 22:04:24 +00:00
|
|
|
|
2015-04-27 06:34:51 +00:00
|
|
|
.if ${MK_USB} != "no"
|
|
|
|
SUBDIR+= ath3kfw
|
|
|
|
SUBDIR+= bcmfw
|
|
|
|
SUBDIR+= bthidcontrol
|
|
|
|
SUBDIR+= bthidd
|
2019-08-18 22:20:28 +00:00
|
|
|
SUBDIR+= iwmbtfw
|
2015-04-27 06:34:51 +00:00
|
|
|
.endif
|
|
|
|
|
2002-11-20 23:01:59 +00:00
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|