aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b443cdc193d2..4c1fc2e1f874 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -23,7 +23,6 @@ CONFS= DAEMON \
ddb \
defaultroute \
devfs \
- dhclient \
dmesg \
dumpon \
fsck \
@@ -122,6 +121,10 @@ CONFGROUPS+= DEVMATCH
DEVMATCH= devmatch
DEVMATCHPACKAGE= devmatch
+CONFGROUPS+= DHCLIENT
+DHCLIENT= dhclient
+DHCLIENTPACKAGE= dhclient
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \