]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/syscons/rain/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sys / modules / syscons / rain / Makefile
1 # $FreeBSD$
2
3 KMOD=   rain_saver
4 SRCS=   rain_saver.c
5
6 NOMAN=
7 CFLAGS+= -I${.CURDIR}/..
8 CWARNFLAGS= -Wall -pedantic
9
10 .include <bsd.kmod.mk>