2000-11-07 01:03:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
SYSDIR?=${SRCTOP}/sys
|
2014-08-11 14:50:49 +00:00
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2014-04-18 16:53:06 +00:00
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
.PATH: ${SYSDIR}/dev/vx
|
2001-01-06 14:00:42 +00:00
|
|
|
|
|
|
|
KMOD= if_vx
|
|
|
|
SRCS= if_vx.c if_vx_pci.c
|
2015-02-18 15:25:22 +00:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
2000-11-07 01:03:23 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|