summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-05 10:36:38 +0000
committerngie <ngie@FreeBSD.org>2015-02-05 10:36:38 +0000
commita5b12ae122064335ed2ce1e7b49139920e54060d (patch)
tree42a601be25fdfebf222eb4c8fc531109db09684a /etc/devd
parentcf206fc8f2fb52ec7b32430b02caeca7cc9d4f22 (diff)
downloadFreeBSD-src-a5b12ae122064335ed2ce1e7b49139920e54060d.zip
FreeBSD-src-a5b12ae122064335ed2ce1e7b49139920e54060d.tar.gz
MFC r277730:
r277730: Honor MK_ACPI in etc/devd and etc/rc.d Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/Makefile6
1 files changed, 4 insertions, 2 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
OpenPOWER on IntegriCloud