9 lines
79 B
Makefile
9 lines
79 B
Makefile
|
# $Id: $
|
||
|
|
||
|
KMOD= splash_bmp
|
||
|
SRCS= splash_bmp.c
|
||
|
|
||
|
NOMAN=
|
||
|
|
||
|
.include <bsd.kmod.mk>
|