diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-10-28 07:32:27 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-01-27 09:35:32 +0000 |
| commit | 81b18bea0935c33fc6aafb084ca72fd427d8364a (patch) | |
| tree | 7a1f30d69fb98772851f47d45da083ed8e8b52af /libexec | |
| parent | d8799160c2db46ea0caa3752838808c3126e2a6c (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 5 |
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 \ |
