aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-12-29 08:44:30 +0000
committerWarner Losh <imp@FreeBSD.org>2004-12-29 08:44:30 +0000
commit4c16ce4d87b7509aa8ab7453a6aa311e68cbd644 (patch)
treec1913b5cb290cd8536f0a11174d228582eaed0ac
parentd56162c180c501b3a9e19fb952ef60931ca1ee5a (diff)
downloadsrc-4c16ce4d87b7509aa8ab7453a6aa311e68cbd644.tar.gz
src-4c16ce4d87b7509aa8ab7453a6aa311e68cbd644.zip
No need to generate vnode_if.h anymore
Notes
Notes: svn path=/head/; revision=139398
-rw-r--r--sys/modules/io/Makefile2
-rw-r--r--sys/modules/mem/Makefile2
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile2
-rw-r--r--sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile2
-rw-r--r--sys/modules/vkbd/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/io/Makefile b/sys/modules/io/Makefile
index ffb3442e0a7a..d90a8e473b10 100644
--- a/sys/modules/io/Makefile
+++ b/sys/modules/io/Makefile
@@ -5,6 +5,6 @@
KMOD= io
SRCS= iodev.c io.c
-SRCS+= bus_if.h device_if.h vnode_if.h
+SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>
diff --git a/sys/modules/mem/Makefile b/sys/modules/mem/Makefile
index 60747db9e8d0..b80ec3179dbd 100644
--- a/sys/modules/mem/Makefile
+++ b/sys/modules/mem/Makefile
@@ -14,6 +14,6 @@ SRCS+= i686_mem.c k6_mem.c
.if ${MACHINE_ARCH} == "amd64"
SRCS+= amd64_mem.c
.endif
-SRCS+= bus_if.h device_if.h vnode_if.h
+SRCS+= bus_if.h device_if.h
.include <bsd.kmod.mk>
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>
diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
index 01390b30e0ae..908d2c361159 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>
diff --git a/sys/modules/vkbd/Makefile b/sys/modules/vkbd/Makefile
index d6242aed3843..b16ce414b4de 100644
--- a/sys/modules/vkbd/Makefile
+++ b/sys/modules/vkbd/Makefile
@@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/../../dev/vkbd
KMOD= vkbd
-SRCS= vkbd.c vnode_if.h opt_kbd.h
+SRCS= vkbd.c opt_kbd.h
opt_kbd.h:
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}