Index: head/etc/devd/Makefile =================================================================== --- head/etc/devd/Makefile (revision 334006) +++ head/etc/devd/Makefile (revision 334007) @@ -1,33 +1,34 @@ # $FreeBSD$ .include FILEGROUPS= FILES +FILES+= devmatch.conf + .if ${MACHINE} == "powerpc" FILES+= apple.conf .endif .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" .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 .endif .if ${MK_ZFS} != "no" FILES+= zfs.conf .endif NO_OBJ= FILESDIR= /etc/devd FILESMODE= 644 .include