mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
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:
parent
b091392eb8
commit
729ba386f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334007
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user