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>
|