aboutsummaryrefslogtreecommitdiff
path: root/etc/devd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd/Makefile')
-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