2000-05-01 20:32:07 +00:00
|
|
|
# $FreeBSD$
|
1999-05-04 12:23:32 +00:00
|
|
|
|
2001-08-09 00:13:30 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/fire
|
|
|
|
|
1999-05-04 12:23:32 +00:00
|
|
|
KMOD= fire_saver
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS= fire_saver.c
|
|
|
|
|
2002-02-10 02:30:53 +00:00
|
|
|
CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
1999-05-04 12:23:32 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|