mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/nvram
|
||
|
|
|
||
|
|
KMOD= nvram
|
||
|
|
SRCS= nvram.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|