pkgsrc-wip/isc-dhclient/Makefile
Jeremy C. Reed 4ba1143087 This package provides the ISC Dynamic Host Configuration Protocol (DHCP)
Client.

The Internet Software Consortium DHCP Client, dhclient, provides
a means for configuring one or more network interfaces using DHCP
or BOOTP, or by statically assigning an address (if these protocols
fail). The actual network configuration is done by dhclient-script.
2003-12-06 08:38:43 +00:00

9 lines
242 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 08:38:43 jeremy-c-reed Exp $
#
ISC_DHCP_TYPE= dhclient
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Client
.include "../../wip/isc-dhcpd/Makefile.common"
.include "../../mk/bsd.pkg.mk"