1# $FreeBSD: releng/11.0/sys/modules/splash/txt/Makefile 228445 2011-12-12 21:12:07Z eadler $
2.PATH:	${.CURDIR}/../../../dev/fb
3
4KMOD=	splash_txt
5SRCS= 	splash_txt.c
6
7.include <bsd.kmod.mk>
8