freebsd-dev/usr.sbin/bluetooth/Makefile
Warner Losh 66d6299848 bluetooth: remove hcseriald
Without ng_h4 gone, there's no need for hcseriald.

Sponsored by:		Netflix
2021-09-29 21:18:17 -06:00

27 lines
354 B
Makefile

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