aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-26 08:04:38 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-26 08:04:38 +0000
commit4a0ea4d6981376214ddd08e6e596e6d49c1905ab (patch)
treed6b3f83b2abd582871c96c6bb815c6a1d7de3e4c /etc/devd
parent61940879ef0c8626c7902604546f8318795ad465 (diff)
downloadsrc-4a0ea4d6981376214ddd08e6e596e6d49c1905ab.tar.gz
src-4a0ea4d6981376214ddd08e6e596e6d49c1905ab.zip
Honor MK_ACPI in etc/devd and etc/rc.d
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=277730
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index 27dfb92f1711..a0909af08918 100644
--- a/etc/devd/Makefile
+++ b/etc/devd/Makefile
@@ -2,12 +2,16 @@
.include <src.opts.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