diff options
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index ae6e220df277..ffb1e48095de 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -30,8 +30,6 @@ CONFS= DAEMON \ geli \ geli2 \ gptboot \ - growfs \ - growfs_fstab \ hostid \ hostid_save \ hostname \ @@ -128,6 +126,10 @@ CONFGROUPS+= GGATED GGATED= ggated GGATEDPACKAGE= ggate +CONFGROUPS+= GROWFS +GROWFS= growfs growfs_fstab +GROWFSPACKAGE= ufs + .if ${MK_NIS} != "no" CONFS+= ypbind \ ypldap \ |
