23e124c78b
pccard is being removed, so remove bt3c driver since it only has PC Card attachment. Also remove bt3cfw(8) since it's the firmware for this driver. Relnotes: Yes
13 lines
157 B
Makefile
13 lines
157 B
Makefile
# $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
bluetooth \
|
|
hci \
|
|
l2cap \
|
|
socket \
|
|
ubt \
|
|
ubtbcmfw
|
|
|
|
.include <bsd.subdir.mk>
|