mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ab35a768ad
to make space for the isc-dhcp31 and isc-dhcp40 servers of it.
22 lines
353 B
Makefile
22 lines
353 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: dhcp
|
|
# Date created: 28 April 2003
|
|
# Whom: cyrille.lefevre@laposte.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol relay
|
|
|
|
# Local variables
|
|
#
|
|
|
|
SUBSYS= relay
|
|
|
|
# Local overrides
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp30-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|