mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04: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>
|