Deleted Added
sdiff udiff text old ( 60966 ) new ( 70711 )
full compact
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>