dca400f352
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
8 lines
108 B
Makefile
8 lines
108 B
Makefile
# $FreeBSD$
|
|
.PATH: ${.CURDIR}/../../../dev/fb
|
|
|
|
KMOD= splash_txt
|
|
SRCS= splash_txt.c
|
|
|
|
.include <bsd.kmod.mk>
|