]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/vx/Makefile
MFV r302218: file 5.28.
[FreeBSD/FreeBSD.git] / sys / modules / vx / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${.CURDIR}/../..
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 .PATH: ${SYSDIR}/dev/vx
7
8 KMOD=   if_vx
9 SRCS=   if_vx.c if_vx_pci.c
10 SRCS.DEV_EISA=  if_vx_eisa.c eisa_if.h
11 SRCS+=  device_if.h bus_if.h pci_if.h
12
13 .include <bsd.kmod.mk>