]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/vx/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / vx / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/vx
4
5 KMOD=   if_vx
6 SRCS=   if_vx.c if_vx_pci.c
7 .if ${MACHINE_ARCH} == "i386"
8 SRCS+=  if_vx_eisa.c
9 .endif
10 SRCS+=  device_if.h bus_if.h pci_if.h eisa_if.h
11
12 .include <bsd.kmod.mk>