mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}/../../dev/vx
|
|
|
|
KMOD= if_vx
|
|
SRCS= if_vx.c if_vx_pci.c
|
|
.if ${MK_EISA} != "no"
|
|
SRCS+= if_vx_eisa.c
|
|
.endif
|
|
SRCS+= device_if.h bus_if.h pci_if.h eisa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|