xref: /freebsd-11-stable/sys/modules/splash/pcx/Makefile (revision cad800042f49286971db31b628d86a2be5d134ea)
1# $FreeBSD$
2
3.PATH:	${SRCTOP}/sys/dev/fb
4
5KMOD=	splash_pcx
6SRCS=	splash_pcx.c
7
8.include <bsd.kmod.mk>
9