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 @@ -30,7 +30,6 @@ geli \ geli2 \ gptboot \ - growfs \ hostid \ hostid_save \ hostname \ @@ -126,6 +125,10 @@ GGATED= ggated GGATEDPACKAGE= ggate +CONFGROUPS+= GROWFS +GROWFS= growfs +GROWFSPACKAGE= ufs + .if ${MK_NIS} != "no" CONFS+= ypbind \ ypldap \