aboutsummaryrefslogtreecommitdiff
path: root/etc/devd/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-12 04:54:51 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-12 04:54:51 +0000
commit4f28883dcd009e8200b124aece254643c7d6dd08 (patch)
treeaea0fd67a55671a2aefda37b2261cd803ffb7b6b /etc/devd/Makefile
parent4d6e935eb235883e14063afd20ac2457c82289bb (diff)
downloadsrc-4f28883dcd009e8200b124aece254643c7d6dd08.tar.gz
src-4f28883dcd009e8200b124aece254643c7d6dd08.zip
Install devmatch.conf, don't install usb.conf
Notes
Notes: svn path=/head/; revision=329150
Diffstat (limited to 'etc/devd/Makefile')
-rw-r--r--etc/devd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index 4450226545fb..8d4f0c1d4cf6 100644
--- a/etc/devd/Makefile
+++ b/etc/devd/Makefile
@@ -12,13 +12,14 @@ FILES+= apple.conf
.if ${MK_ACPI} != "no"
FILES+= asus.conf
.endif
+FILES+=devmatch.conf
.if ${MK_HYPERV} != "no"
FILES+= hyperv.conf
.endif
.endif
.if ${MK_USB} != "no"
-FILES+= uath.conf ulpt.conf usb.conf
+FILES+= uath.conf ulpt.conf
.endif
.if ${MK_ZFS} != "no"