aboutsummaryrefslogtreecommitdiff
path: root/packages/dhclient/Makefile
blob: 789e700ecfca4ffeef0f0f187002e06dc3b51606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
WORLDPACKAGE=	dhclient

PKG_LICENSES=	BSD-3-Clause
PKG_SETS=	minimal minimal-jail

# dhclient uses resolvconf to update /etc/resolv.conf in case the
# DHCP server returns nameserver addresses.
PKG_DEPS.dhclient+=	resolvconf

.include <bsd.pkg.mk>