diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile index 0d3a81ad964e..c6555e6de00f 100644 --- a/etc/defaults/Makefile +++ b/etc/defaults/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -FILES= bluetooth.device.conf devd.conf devfs.rules periodic.conf rc.conf +FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf NO_OBJ= FILESDIR= /etc/defaults diff --git a/etc/devd/Makefile b/etc/devd/Makefile index ad434f270e3f..8d7246abba35 100644 --- a/etc/devd/Makefile +++ b/etc/devd/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -FILES= asus.conf uath.conf +FILES= asus.conf uath.conf usb.conf NO_OBJ= FILESDIR= /etc/devd diff --git a/etc/defaults/devd.conf b/etc/devd/usb.conf similarity index 100% rename from etc/defaults/devd.conf rename to etc/devd/usb.conf