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