mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
13 lines
181 B
Makefile
13 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= daemon_saver
|
|
SRCS= daemon_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|