Deleted Added
full compact
1# $FreeBSD: head/sys/modules/splash/bmp/Makefile 60966 2000-05-27 01:14:33Z peter $
1# $FreeBSD: head/sys/modules/splash/bmp/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3KMOD= splash_bmp
4SRCS= splash_bmp.c
5
5NOMAN=
6
7.if ${MACHINE} == "pc98"
8CFLAGS+= -DPC98
9.endif
10
11.include <bsd.kmod.mk>