summaryrefslogtreecommitdiffstats
path: root/usr.sbin/powerd/Makefile
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-26 21:17:31 +0000
committernjl <njl@FreeBSD.org>2005-02-26 21:17:31 +0000
commit3960f7cce3cf295372e726d9c76a8f7ed03b698b (patch)
tree576d50c1fba81f9997eb75f092a27cdc12fb2ca5 /usr.sbin/powerd/Makefile
parentf26bab271bcfd07ba413b85819e8da2568b46cda (diff)
downloadFreeBSD-src-3960f7cce3cf295372e726d9c76a8f7ed03b698b.zip
FreeBSD-src-3960f7cce3cf295372e726d9c76a8f7ed03b698b.tar.gz
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").
Diffstat (limited to 'usr.sbin/powerd/Makefile')
-rw-r--r--usr.sbin/powerd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/powerd/Makefile b/usr.sbin/powerd/Makefile
new file mode 100644
index 0000000..e104789
--- /dev/null
+++ b/usr.sbin/powerd/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= powerd
+MAN= powerd.8
+SRCS= powerd.c
+WARNS?= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud