freebsd-ports/net/isc-dhcp44-client/Makefile
Ryan Steinmetz bd166fa1a3 New ports: net/isc-dhcp44-server, net/isc-dhcp44-client, net/isc-dhcp44-relay:
The ISC Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of the
DHCP protocol, through a suite of DHCP tools:

  * A DHCP server (this port)
  * A DHCP client
  * A DHCP relay agent

WWW: https://www.isc.org/products/DHCP/
2018-01-09 20:51:38 +00:00

9 lines
213 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
COMMENT= The ISC Dynamic Host Configuration Protocol client
SUBSYS= client
MASTERDIR= ${.CURDIR}/../isc-dhcp44-server
.include "${MASTERDIR}/Makefile"