9 lines
108 B
Makefile
9 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/fb
|
|
|
|
KMOD= splash_pcx
|
|
SRCS= splash_pcx.c
|
|
|
|
.include <bsd.kmod.mk>
|