1# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $ 2 3.include <src.opts.mk> 4 5SUBDIR= \ 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" 17SUBDIR+= ath3kfw 18SUBDIR+= bcmfw 19SUBDIR+= bthidcontrol 20SUBDIR+= bthidd 21SUBDIR+= iwmbtfw 22.endif 23 24.include <bsd.subdir.mk> 25 26