1# $FreeBSD$
2
3.PATH:	${.CURDIR}/../../../dev/fb
4
5KMOD=	splash_bmp
6SRCS= 	splash_bmp.c
7
8.include <bsd.kmod.mk>
9