diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-10-28 07:31:59 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-02-02 10:35:48 +0000 |
| commit | 9cfd02f5ce40cb60fd3fd5985379f16ec63228f8 (patch) | |
| tree | ea61208e7c880b62cdcff4d273afe70ce73eb5ed /libexec/rc | |
| parent | 68ee29c97da649e3a45c81d948967b42019836f7 (diff) | |
Diffstat (limited to 'libexec/rc')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 5 |
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 \ |
