3de6da9cc9
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason.
12 lines
154 B
Makefile
12 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/rain
|
|
|
|
KMOD= rain_saver
|
|
SRCS= rain_saver.c
|
|
NOMAN=
|
|
|
|
CWARNFLAGS= -Wall -pedantic
|
|
|
|
.include <bsd.kmod.mk>
|