diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -23,7 +23,6 @@ ddb \ defaultroute \ devfs \ - devmatch \ dhclient \ dmesg \ dumpon \ @@ -119,6 +118,10 @@ DEVD= devd DEVDPACKAGE= devd +CONFGROUPS+= DEVMATCH +DEVMATCH= devmatch +DEVMATCHPACKAGE= devmatch + .if ${MK_NIS} != "no" CONFS+= ypbind \ ypldap \