]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/Makefile
sqlite3: Vendor import of sqlite3 3.44.0
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / Makefile
1 # $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
2
3 .include <src.opts.mk>
4
5 SUBDIR= \
6         bluetooth-config \
7         btpand \
8         hccontrol \
9         hcsecd \
10         l2control \
11         l2ping \
12         rfcomm_pppd \
13         sdpcontrol \
14         sdpd
15
16 .if ${MK_USB} != "no"
17 SUBDIR+=        ath3kfw
18 SUBDIR+=        bcmfw
19 SUBDIR+=        bthidcontrol
20 SUBDIR+=        bthidd
21 SUBDIR+=        iwmbtfw
22 .endif
23
24 .include <bsd.subdir.mk>
25