Index: stable/10/usr.sbin/bluetooth/Makefile =================================================================== --- stable/10/usr.sbin/bluetooth/Makefile (revision 282834) +++ stable/10/usr.sbin/bluetooth/Makefile (revision 282835) @@ -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 Index: stable/10 =================================================================== --- stable/10 (revision 282834) +++ stable/10 (revision 282835) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r282054