MFC r277730:
r277730: Honor MK_ACPI in etc/devd and etc/rc.d Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
cf206fc8f2
commit
a5b12ae122
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user