summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/bluetooth/ubt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/ubt/Makefile')
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index 6fdda0a..ad50892 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -1,15 +1,16 @@
-# $Id: Makefile,v 1.5 2002/09/04 21:41:06 max Exp $
+# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
- -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt \
- -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
- -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+ -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
+
+#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
+#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
KMOD= ng_ubt
-SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h
+SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h
MAN4= ng_ubt.4
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud