blob: e739f7a0e6db6e506faaf4ae4c4c2d31c1e00ac3 (
plain) (
tree)
|
|
# 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-dhcp3-server
.include "${MASTERDIR}/Makefile"
|