aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/bt3c/Makefile12
2 files changed, 0 insertions, 13 deletions
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
index 9169cf113491..4d353fd94f4b 100644
--- a/sys/modules/netgraph/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -6,7 +6,6 @@ SUBDIR= \
hci \
l2cap \
socket \
- bt3c \
ubt \
ubtbcmfw
diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile
deleted file mode 100644
index 47c4f7a0f140..000000000000
--- a/sys/modules/netgraph/bluetooth/bt3c/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $
-# $FreeBSD$
-
-.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
-
-CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
- -I${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
-
-KMOD= ng_bt3c
-SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h pccarddevs.h
-
-.include <bsd.kmod.mk>