summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/bt3c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/bt3c/Makefile')
-rw-r--r--sys/modules/netgraph/bluetooth/bt3c/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile
index 729d22c..de1aa20 100644
--- a/sys/modules/netgraph/bluetooth/bt3c/Makefile
+++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile
@@ -1,12 +1,13 @@
-# $Id: Makefile,v 1.6 2002/09/04 21:42:00 max Exp $
+# $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
- -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c \
- -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
- -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+ -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
+
+#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
+#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
KMOD= ng_bt3c
SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h
OpenPOWER on IntegriCloud