Install devmatch.conf, don't install usb.conf

This commit is contained in:
Warner Losh 2018-02-12 04:54:51 +00:00
parent 4d6e935eb2
commit 4f28883dcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329150

View File

@ -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"