freebsd-dev/sys/modules/splash/bmp/Makefile
2000-05-27 01:14:33 +00:00

13 lines
131 B
Makefile

# $FreeBSD$
KMOD= splash_bmp
SRCS= splash_bmp.c
NOMAN=
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.kmod.mk>