Makefile revision 60966
1# $FreeBSD: head/sys/modules/splash/bmp/Makefile 60966 2000-05-27 01:14:33Z peter $
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