]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/vx/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>