Index: head/usr.sbin/bluetooth/Makefile =================================================================== --- head/usr.sbin/bluetooth/Makefile (revision 282053) +++ head/usr.sbin/bluetooth/Makefile (revision 282054) @@ -1,21 +1,26 @@ # $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $ # $FreeBSD$ +.include + SUBDIR= \ - ath3kfw \ - bcmfw \ bt3cfw \ - bthidcontrol \ - bthidd \ btpand \ hccontrol \ hcsecd \ hcseriald \ l2control \ l2ping \ rfcomm_pppd \ sdpcontrol \ sdpd + +.if ${MK_USB} != "no" +SUBDIR+= ath3kfw +SUBDIR+= bcmfw +SUBDIR+= bthidcontrol +SUBDIR+= bthidd +.endif .include