blob: 8937ad96bd12df6ba5f5fd6294240c15b0c69df7 (
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 client
# Local variables
#
SUBSYS= client
# Local overrides
#
MASTERDIR= ${.CURDIR}/../isc-dhcp31-server
.include "${MASTERDIR}/Makefile"
|