1984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/syscons/blank/Makefile,v 1.9 1999/08/28 00:47:44 peter Exp $ 21de703daSMatthew Dillon# $DragonFly: src/sys/dev/misc/syscons/blank/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ 3984263bcSMatthew Dillon 4984263bcSMatthew DillonKMOD= blank_saver 5984263bcSMatthew DillonSRCS= blank_saver.c 6984263bcSMatthew Dillon 7*56f51086SMatthew DillonKCFLAGS+= -I${.CURDIR}/.. 8984263bcSMatthew Dillon 9