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