mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
13 lines
137 B
Makefile
13 lines
137 B
Makefile
|
|
.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>
|