mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
|
|
|
||
|
|
KMOD= fire_saver
|
||
|
|
SRCS= fire_saver.c
|
||
|
|
|
||
|
|
NOMAN=
|
||
|
|
CFLAGS+= -I${.CURDIR}/..
|
||
|
|
CWARNFLAGS= -Wall -pedantic
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|