mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/nvram
|
|
|
|
KMOD= nvram
|
|
SRCS= nvram.c
|
|
|
|
.include <bsd.kmod.mk>
|