From 43df9c2b26b580e36ec21fdd5e4c13d07f0f8497 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 12 Feb 2018 04:54:51 +0000 Subject: [PATCH] Install devmatch.conf, don't install usb.conf --- etc/devd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"