mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bd166fa1a3
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/
10 lines
211 B
Makefile
10 lines
211 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol relay
|
|
|
|
SUBSYS= relay
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp44-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|