1243dad08d
capabilities, but should be a good start... Well, sort of. It can handle W*ndows 256 color BMP file. (Other color depth probably won't work.) The size of the image must be 320x200 or less. *sigh*
9 lines
79 B
Makefile
9 lines
79 B
Makefile
# $Id: $
|
|
|
|
KMOD= splash_bmp
|
|
SRCS= splash_bmp.c
|
|
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|