1984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/syscons/fire/Makefile,v 1.1.6.1 2000/08/03 01:05:48 peter Exp $ 2b2fed028SSascha Wildner# $DragonFly: src/sys/dev/misc/syscons/fire/Makefile,v 1.3 2008/02/04 22:22:06 swildner Exp $ 3984263bcSMatthew Dillon 4984263bcSMatthew DillonKMOD= fire_saver 5984263bcSMatthew DillonSRCS= fire_saver.c 6984263bcSMatthew Dillon 7*56f51086SMatthew DillonKCFLAGS+= -I${.CURDIR}/.. 8984263bcSMatthew Dillon 9984263bcSMatthew Dillon.include <bsd.kmod.mk> 10