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