summaryrefslogtreecommitdiffstats
path: root/sys/modules/urio
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
committerimp <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
commitb4eda5e471c2e09dc054bb4735ae21536274c22b (patch)
tree4c38b10bc6ce7f8c7ece80c40a8a7865e8437611 /sys/modules/urio
parentec37c0493e4b5241fe5091f0c4b87d11e2ea21f5 (diff)
downloadFreeBSD-src-b4eda5e471c2e09dc054bb4735ae21536274c22b.zip
FreeBSD-src-b4eda5e471c2e09dc054bb4735ae21536274c22b.tar.gz
We don't need to generate vnode_if.h anymore
Diffstat (limited to 'sys/modules/urio')
-rw-r--r--sys/modules/urio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/urio/Makefile b/sys/modules/urio/Makefile
index 53526f5..0221c5d 100644
--- a/sys/modules/urio/Makefile
+++ b/sys/modules/urio/Makefile
@@ -5,6 +5,6 @@ MAINTAINER= Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
.PATH: ${.CURDIR}/../../dev/usb
KMOD= urio
-SRCS= bus_if.h device_if.h vnode_if.h opt_usb.h urio.c usbdevs.h
+SRCS= bus_if.h device_if.h opt_usb.h urio.c usbdevs.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud