MFC r277730:

r277730:

  Honor MK_ACPI in etc/devd and etc/rc.d

  Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-02-05 10:36:38 +00:00
parent cf206fc8f2
commit a5b12ae122
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -14,6 +14,8 @@ OLD_FILES+=usr/share/man/man8/sa.8.gz
.endif
.if ${MK_ACPI} == no
OLD_FILES+=etc/devd/asus.conf
OLD_FILES+=etc/rc.d/power_profile
OLD_FILES+=usr/sbin/acpiconf
OLD_FILES+=usr/sbin/acpidb
OLD_FILES+=usr/sbin/acpidump