summaryrefslogtreecommitdiffstats
path: root/etc/devd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd/Makefile')
-rw-r--r--etc/devd/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index c744398..27dfb92 100644
--- a/etc/devd/Makefile
+++ b/etc/devd/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-FILES= uath.conf usb.conf zfs.conf
+.include <src.opts.mk>
.if ${MACHINE} == "powerpc"
FILES+= apple.conf
@@ -8,6 +8,17 @@ FILES+= apple.conf
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
FILES+= asus.conf
+.if ${MK_HYPERV} != "no"
+FILES+= hyperv.conf
+.endif
+.endif
+
+.if ${MK_USB} != "no"
+FILES+= uath.conf ulpt.conf usb.conf
+.endif
+
+.if ${MK_ZFS} != "no"
+FILES+= zfs.conf
.endif
NO_OBJ=
OpenPOWER on IntegriCloud