aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-10-28 07:33:02 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-01-27 09:35:32 +0000
commit91314ca2ff9c5efb3dcfc20ee1976c8fdc0c1de4 (patch)
tree4aba215377c6f7d04a0681ba5853ad8c1845d5e0 /libexec
parent81b18bea0935c33fc6aafb084ca72fd427d8364a (diff)
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 \