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