devd: Always install devmatch.conf

It allows devd to run devmatch to find the correct driver based on pnp info.

No Objection from:    imp
This commit is contained in:
Emmanuel Vadot 2018-05-21 21:44:47 +00:00
parent b091392eb8
commit 729ba386f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334007

View File

@ -4,6 +4,8 @@
FILEGROUPS= FILES
FILES+= devmatch.conf
.if ${MACHINE} == "powerpc"
FILES+= apple.conf
.endif
@ -12,7 +14,6 @@ FILES+= apple.conf
.if ${MK_ACPI} != "no"
FILES+= asus.conf
.endif
FILES+= devmatch.conf
.if ${MK_HYPERV} != "no"
FILES+= hyperv.conf
.endif