mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
12 lines
173 B
Makefile
12 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/daemon
|
|
|
|
KMOD= daemon_saver
|
|
SRCS= daemon_saver.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|