]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/vx/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>