Remove vnode_if.h for rev 1.14.

This commit is contained in:
David E. O'Brien 2004-12-29 21:50:44 +00:00
parent 3331831fd8
commit 1ab9fa6c26

View File

@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../pci
KMOD= if_ti
SRCS= if_ti.c opt_bdg.h bus_if.h pci_if.h opt_ti.h opt_zero.h \
vnode_if.h
SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h
.include <bsd.kmod.mk>