xref: /freebsd/sys/modules/splash/bmp/Makefile (revision 031beb4e)
1
2.PATH:	${SRCTOP}/sys/dev/fb
3
4KMOD=	splash_bmp
5SRCS= 	splash_bmp.c
6
7.include <bsd.kmod.mk>
8