aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/Makefile
blob: 1737107b1c0db7ca37ab0ac9f7f7b2a4f3476651 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
# $FreeBSD$

.include <src.opts.mk>

SUBDIR= \
	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>