kernel: Remove support for the EISA bus and EISA/VLB devices.
[dragonfly.git] / sys / dev / netif / vx / Makefile
1 KMOD    = if_vx
2 SRCS    = if_vx.c if_vx_pci.c
3 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h
4
5 .include <bsd.kmod.mk>