mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
14 lines
149 B
Makefile
14 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/vmd
|
|
|
|
KMOD= vmd
|
|
|
|
SRCS= \
|
|
vmd.c \
|
|
bus_if.h \
|
|
device_if.h \
|
|
pci_if.h \
|
|
pcib_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|