1# $FreeBSD$ 2 3KMOD= splash_bmp 4SRCS= splash_bmp.c 5 6.if ${MACHINE} == "pc98" 7CFLAGS+= -DPC98 8.endif 9 10.include <bsd.kmod.mk> 11