mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
8 lines
130 B
Makefile
8 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|