Makefile revision 319182
1# $FreeBSD: stable/11/sys/modules/splash/txt/Makefile 319182 2017-05-30 04:11:12Z ngie $
2.PATH:	${SRCTOP}/sys/dev/fb
3
4KMOD=	splash_txt
5SRCS= 	splash_txt.c
6
7.include <bsd.kmod.mk>
8