summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/l2cap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/l2cap/Makefile')
-rw-r--r--sys/modules/netgraph/bluetooth/l2cap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile
index d6df40b..d2cc849 100644
--- a/sys/modules/netgraph/bluetooth/l2cap/Makefile
+++ b/sys/modules/netgraph/bluetooth/l2cap/Makefile
@@ -1,12 +1,12 @@
-# $Id: Makefile,v 1.4 2002/09/04 21:38:38 max Exp $
+# $Id: Makefile,v 1.1 2002/11/24 20:40:11 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap
CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
- -I${.CURDIR}/../../../../netgraph/bluetooth/l2cap \
- -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
- -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+ -I${.CURDIR}/../../../../netgraph/bluetooth/l2cap
+
+#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
KMOD= ng_l2cap
SRCS= ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
OpenPOWER on IntegriCloud