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

11 lines
135 B
Makefile
Raw Normal View History

2000-05-01 20:32:07 +00:00
# $FreeBSD$
KMOD= fire_saver
SRCS= fire_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
CWARNFLAGS= -Wall -pedantic
.include <bsd.kmod.mk>