mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
7 lines
80 B
Makefile
7 lines
80 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/nmdm
|
|
|
|
KMOD= nmdm
|
|
SRCS= nmdm.c
|
|
|
|
.include <bsd.kmod.mk>
|