cc611a43c2
Submitted by: Brad Forschinger <retch@flag.blackened.net>
10 lines
123 B
Makefile
10 lines
123 B
Makefile
|
|
KMOD= fire_saver
|
|
SRCS= fire_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
CWARNFLAGS= -Wall -pedantic
|
|
|
|
.include <bsd.kmod.mk>
|