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