Makefile revision 130287
1# $FreeBSD: head/sys/modules/vx/Makefile 130287 2004-06-09 21:52:12Z imp $
2
3.PATH: ${.CURDIR}/../../dev/vx
4
5KMOD=	if_vx
6SRCS=	if_vx.c if_vx_pci.c
7.if ${MACHINE_ARCH} == "i386"
8SRCS+=	if_vx_eisa.c
9.endif
10SRCS+=	opt_bdg.h device_if.h bus_if.h pci_if.h eisa_if.h
11
12.include <bsd.kmod.mk>
13