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-dhcp31-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|