]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/bluetooth/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / bluetooth / Makefile
1 # $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= \
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"
19 SUBDIR+=        ath3kfw
20 SUBDIR+=        bcmfw
21 SUBDIR+=        bthidcontrol
22 SUBDIR+=        bthidd
23 .endif
24
25 .include <bsd.subdir.mk>
26