summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/devd/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index c744398..94cafdc 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
@@ -10,6 +10,14 @@ FILES+= apple.conf
FILES+= asus.conf
.endif
+.if ${MK_USB} != "no"
+FILES+= uath.conf usb.conf
+.endif
+
+.if ${MK_ZFS} != "no"
+FILES+= zfs.conf
+.endif
+
NO_OBJ=
FILESDIR= /etc/devd
FILESMODE= 644
OpenPOWER on IntegriCloud