This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd1ab2280c
freebsd-skq
/
usr.sbin
/
powerd
/
Makefile
10 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Import powerd(8), a utility for managing power consumption. Currently, it 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").
2005-02-26 21:17:31 +00:00
# $FreeBSD$
PROG
=
powerd
MAN
=
powerd.8
Add '-P' option which allows to specify pidfile.
2005-08-24 17:32:41 +00:00
DPADD
=
${
LIBUTIL
}
LDADD
=
-lutil
Import powerd(8), a utility for managing power consumption. Currently, it 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").
2005-02-26 21:17:31 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink