2002-01-11 15:49:02 +00:00

11 lines
123 B
Makefile

# $FreeBSD$
KMOD= splash_bmp
SRCS= splash_bmp.c
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.kmod.mk>