11 lines
162 B
Makefile
11 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/fire
|
|
|
|
KMOD= fire_saver
|
|
SRCS= fire_saver.c
|
|
|
|
CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
|
|
|
.include <bsd.kmod.mk>
|