mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# $Id$
|
|
|
|
KMOD= daemon_saver_mod
|
|
SRCS= daemon_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -DLKM -I${.CURDIR}/.. -I${.CURDIR}/../../../sys
|
|
|
|
.include <bsd.kmod.mk>
|