freebsd-dev/sys/modules/syscons/fire/Makefile

10 lines
123 B
Makefile
Raw Normal View History

KMOD= fire_saver
SRCS= fire_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
CWARNFLAGS= -Wall -pedantic
.include <bsd.kmod.mk>