1WORLDPACKAGE= dhclient 2 3PKG_LICENSES= BSD-3-Clause 4PKG_SETS= minimal minimal-jail 5 6# dhclient uses resolvconf to update /etc/resolv.conf in case the 7# DHCP server returns nameserver addresses. 8PKG_DEPS.dhclient+= resolvconf 9 10.include <bsd.pkg.mk> 11