freebsd-dev/sys/modules/splash/txt/Makefile
Eitan Adler dca400f352 - Add support for ASCII art splash screens in TheDraw format
PR:		kern/143370
Submitted by:	Antony Mawer <antony@mawer.org>
Reviewed by:	gjb (doc)
Reviewed by:	des (style)
Approved by:	ed
MFC after:	1 month
2011-12-12 21:12:07 +00:00

8 lines
108 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/fb
KMOD= splash_txt
SRCS= splash_txt.c
.include <bsd.kmod.mk>