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/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile
new file mode 100644
index 0000000..b9969a5
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/socket/Makefile
@@ -0,0 +1,17 @@
+# $Id: Makefile,v 1.7 2002/09/04 21:43:59 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -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
+MAN4= ng_btsocket.4
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud