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