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 bluetooth-config \ 8 bt3cfw \ 9 btpand \ 10 hccontrol \ 11 hcsecd \ 12 hcseriald \ 13 l2control \ 14 l2ping \ 15 rfcomm_pppd \ 16 sdpcontrol \ 17 sdpd 18 19.if ${MK_USB} != "no" 20SUBDIR+= ath3kfw 21SUBDIR+= bcmfw 22SUBDIR+= bthidcontrol 23SUBDIR+= bthidd 24.endif 25 26.include <bsd.subdir.mk> 27 28