Date: Mon, 12 Feb 2018 04:54:51 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329150 - head/etc/devd Message-ID: <201802120454.w1C4sp4o086856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Mon Feb 12 04:54:51 2018 New Revision: 329150 URL: https://svnweb.freebsd.org/changeset/base/329150 Log: Install devmatch.conf, don't install usb.conf Modified: head/etc/devd/Makefile Modified: head/etc/devd/Makefile ============================================================================== --- head/etc/devd/Makefile Mon Feb 12 04:52:25 2018 (r329149) +++ head/etc/devd/Makefile Mon Feb 12 04:54:51 2018 (r329150) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802120454.w1C4sp4o086856>