aboutsummaryrefslogtreecommitdiff
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index 4a57242b3e17..c68961c80c33 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
KMOD= ng_ubt
-SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
+SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h usbdevs.h
.include <bsd.kmod.mk>