5883360b2f
just uses cpufreq(4) but in the future it should also do things like spin down disks. This is based on the work by Colin Percival (called "estctrl").
9 lines
89 B
Makefile
9 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= powerd
|
|
MAN= powerd.8
|
|
SRCS= powerd.c
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|