summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/socket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/socket/Makefile')
-rw-r--r--sys/modules/netgraph/bluetooth/socket/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile
index 9191841f..4cb414b 100644
--- a/sys/modules/netgraph/bluetooth/socket/Makefile
+++ b/sys/modules/netgraph/bluetooth/socket/Makefile
@@ -1,17 +1,19 @@
-# $Id: Makefile,v 1.7 2002/09/04 21:43:59 max Exp $
+# $Id: Makefile,v 1.2 2003/01/12 23:37:31 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket
-CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
- -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
- -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include
+
+#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
+#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
KMOD= ng_btsocket
SRCS= ng_btsocket.c \
ng_btsocket_hci_raw.c \
ng_btsocket_l2cap_raw.c \
- ng_btsocket_l2cap.c
+ ng_btsocket_l2cap.c \
+ ng_btsocket_rfcomm.c
MAN4= ng_btsocket.4
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud