freebsd-dev/sys/modules/splash/bmp/Makefile
Ruslan Ermilov 17d6c63672 Drop <bsd.man.mk> support from <bsd.kmod.mk>.
Not objected to by:	-current
2002-01-11 15:49:02 +00:00

11 lines
123 B
Makefile

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