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