xref: /freebsd/usr.sbin/bluetooth/Makefile (revision a0ee8cc6)
1# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6SUBDIR= \
7	bt3cfw \
8	btpand \
9	hccontrol \
10	hcsecd \
11	hcseriald \
12	l2control \
13	l2ping \
14	rfcomm_pppd \
15	sdpcontrol \
16	sdpd
17
18.if ${MK_USB} != "no"
19SUBDIR+=	ath3kfw
20SUBDIR+=	bcmfw
21SUBDIR+=	bthidcontrol
22SUBDIR+=	bthidd
23.endif
24
25.include <bsd.subdir.mk>
26
27