From 3960f7cce3cf295372e726d9c76a8f7ed03b698b Mon Sep 17 00:00:00 2001 From: njl Date: Sat, 26 Feb 2005 21:17:31 +0000 Subject: 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"). --- usr.sbin/powerd/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 usr.sbin/powerd/Makefile (limited to 'usr.sbin/powerd/Makefile') 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 -- cgit v1.1