freebsd-dev/usr.sbin/bluetooth/Makefile
Enji Cooper d7f46fbd10 ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build them
conditionally if MK_USB != no

MFC after: 1 week
2015-04-27 06:34:51 +00:00

27 lines
340 B
Makefile

# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= \
bt3cfw \
btpand \
hccontrol \
hcsecd \
hcseriald \
l2control \
l2ping \
rfcomm_pppd \
sdpcontrol \
sdpd
.if ${MK_USB} != "no"
SUBDIR+= ath3kfw
SUBDIR+= bcmfw
SUBDIR+= bthidcontrol
SUBDIR+= bthidd
.endif
.include <bsd.subdir.mk>