summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth/socket/Makefile
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-05-10 21:44:42 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-05-10 21:44:42 +0000
commitf2bb1cae36283a8eb5a0f19d8612c6abc5148e8f (patch)
treeed7d8caf163274b56933e0b801c52beb10b3260d /sys/modules/netgraph/bluetooth/socket/Makefile
parent7bdf1805b1fad30ffae8bb7c91e2f120dd8159b9 (diff)
Notes
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 9191841fbf1d..4cb414b4efb9 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>