aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-10-28 07:31:59 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-01-27 09:35:32 +0000
commitd8799160c2db46ea0caa3752838808c3126e2a6c (patch)
tree29c7eb83d115273fc40db62d1fc1bb4f125b13eb /libexec
parentf0435696920bd18d46a31c69105d8cbaa7d479e5 (diff)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 045b7cf2e67b..b443cdc193d2 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -23,7 +23,6 @@ CONFS= DAEMON \
ddb \
defaultroute \
devfs \
- devmatch \
dhclient \
dmesg \
dumpon \
@@ -119,6 +118,10 @@ CONFGROUPS+= DEVD
DEVD= devd
DEVDPACKAGE= devd
+CONFGROUPS+= DEVMATCH
+DEVMATCH= devmatch
+DEVMATCHPACKAGE= devmatch
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \