opnsense-src/usr.sbin/bluetooth/Makefile
Franco Fichtner cd6ee62847 src: clean-cut move to 10.2-RELEASE
Start fresh on master, only apply needed patches on top now.

Upstream commit:	56279fdef34eb28a4655b489b992c651bd8379fc
Taken from:		FreeBSD
2015-08-14 14:15:00 +02:00

26 lines
339 B
Makefile

# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
# $FreeBSD$
.include <bsd.own.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>