]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/vx/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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_CPUARCH} == "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>