mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/daemon
|
|
|
|
KMOD= daemon_saver
|
|
SRCS= daemon_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|