summaryrefslogtreecommitdiff
path: root/libexec/rc
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-10-28 07:31:59 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-02 10:35:48 +0000
commit9cfd02f5ce40cb60fd3fd5985379f16ec63228f8 (patch)
treeea61208e7c880b62cdcff4d273afe70ce73eb5ed /libexec/rc
parent68ee29c97da649e3a45c81d948967b42019836f7 (diff)
Diffstat (limited to 'libexec/rc')
-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 834aaeb5d9ae..8fdbc1422452 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -25,7 +25,6 @@ CONFS= DAEMON \
ddb \
defaultroute \
devfs \
- devmatch \
dhclient \
dmesg \
dumpon \
@@ -121,6 +120,10 @@ CONFGROUPS+= DEVD
DEVD= devd
DEVDPACKAGE= devd
+CONFGROUPS+= DEVMATCH
+DEVMATCH= devmatch
+DEVMATCHPACKAGE= devmatch
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \