1# $FreeBSD$ 2 3KMOD= fire_saver 4SRCS= fire_saver.c 5NOMAN= 6 7CFLAGS+= -I${.CURDIR}/.. 8CWARNFLAGS= -Wall -pedantic 9 10.include <bsd.kmod.mk> 11