Author: manu
Date: Mon May 21 21:44:47 2018
New Revision: 334007
URL: https://svnweb.freebsd.org/changeset/base/334007

Log:
  devd: Always install devmatch.conf
  
  It allows devd to run devmatch to find the correct driver based on pnp info.
  
  No Objection from:    imp

Modified:
  head/etc/devd/Makefile

Modified: head/etc/devd/Makefile
==============================================================================
--- head/etc/devd/Makefile      Mon May 21 21:15:46 2018        (r334006)
+++ head/etc/devd/Makefile      Mon May 21 21:44:47 2018        (r334007)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to