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