summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index f922e97..d464a31 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -109,7 +109,6 @@ FILES= DAEMON \
pfsync \
postrandom \
powerd \
- power_profile \
ppp \
pppoed \
pwcheck \
@@ -161,6 +160,10 @@ FILES= DAEMON \
zfs \
zvol
+.if ${MK_ACPI} != "no"
+FILES+= power_profile
+.endif
+
.if ${MK_AMD} != "no"
FILES+= amd
.endif
OpenPOWER on IntegriCloud