freebsd-dev/sys/modules/splash/bmp/Makefile
Kazutaka YOKOTA 1243dad08d Add splash screen module. This version has rather limited
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*
1999-01-11 03:34:56 +00:00

9 lines
79 B
Makefile

# $Id: $
KMOD= splash_bmp
SRCS= splash_bmp.c
NOMAN=
.include <bsd.kmod.mk>