summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-29 08:44:30 +0000
committerimp <imp@FreeBSD.org>2004-12-29 08:44:30 +0000
commitec37c0493e4b5241fe5091f0c4b87d11e2ea21f5 (patch)
treec1913b5cb290cd8536f0a11174d228582eaed0ac /sys/modules/netgraph
parent2c44d8815c58205010e6a31603d157308fe7ecba (diff)
downloadFreeBSD-src-ec37c0493e4b5241fe5091f0c4b87d11e2ea21f5.zip
FreeBSD-src-ec37c0493e4b5241fe5091f0c4b87d11e2ea21f5.tar.gz
No need to generate vnode_if.h anymore
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile2
-rw-r--r--sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index 4a57242..c68961c 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>
diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
index 01390b3..908d2c3 100644
--- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
@@ -7,7 +7,7 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
KMOD= ubtbcmfw
-SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h usbdevs.h
+SRCS= ubtbcmfw.c bus_if.h device_if.h opt_usb.h usbdevs.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud