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/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
new file mode 100644
index 0000000..1e07218
--- /dev/null
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.5 2002/09/04 21:41:06 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
+
+CFLAGS+= -g -I../../../../netgraph/bluetooth/include \
+ -I../../../../netgraph/bluetooth/drivers/ubt \
+ -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 \
+ -DWITNESS=1 -DWITNESS_SKIPSPIN=1
+
+KMOD= ng_ubt
+SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h
+MAN4= ng_ubt.4
+
+.include <bsd.kmod.mk>
+
OpenPOWER on IntegriCloud