summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/devd/Makefile6
-rw-r--r--etc/rc.d/Makefile5
2 files changed, 8 insertions, 3 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index 9afdb47..2ea2085 100644
--- a/etc/devd/Makefile
+++ b/etc/devd/Makefile
@@ -2,18 +2,20 @@
.include <bsd.own.mk>
+FILES=
+
.if ${MACHINE} == "powerpc"
FILES+= apple.conf
.endif
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
+.if ${MK_ACPI} != "no"
FILES+= asus.conf
.endif
-
.if ${MK_HYPERV} != "no"
FILES+= hyperv.conf
.endif
-
+.endif
.if ${MK_USB} != "no"
FILES+= uath.conf usb.conf
.endif
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