2000-11-07 01:03:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/vx
|
|
|
|
|
|
|
|
KMOD= if_vx
|
|
|
|
SRCS= if_vx.c if_vx_pci.c
|
2000-11-07 01:03:23 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= if_vx_eisa.c
|
2000-11-07 01:03:23 +00:00
|
|
|
.endif
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h
|
2000-11-07 01:03:23 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|