Remove a file that is not used and does not exist.

This commit is contained in:
Antoine Brodin 2008-07-28 17:56:37 +00:00
parent c9853f4659
commit e8c6b2d8ca

View file

@ -5,6 +5,6 @@
KMOD= if_et
SRCS= if_et.c
SRCS+= opt_et.h bus_if.h pci_if.h device_if.h miibus_if.h
SRCS+= bus_if.h pci_if.h device_if.h miibus_if.h
.include <bsd.kmod.mk>