mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/nvd
|
|
|
|
KMOD= nvd
|
|
SRCS= nvd.c opt_geom.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|