aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-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 4c1fc2e1f874..ae6e220df277 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -29,7 +29,6 @@ CONFS= DAEMON \
gbde \
geli \
geli2 \
- ggated \
gptboot \
growfs \
growfs_fstab \
@@ -125,6 +124,10 @@ CONFGROUPS+= DHCLIENT
DHCLIENT= dhclient
DHCLIENTPACKAGE= dhclient
+CONFGROUPS+= GGATED
+GGATED= ggated
+GGATEDPACKAGE= ggate
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \