2004-01-18 00:43:51 +01:00
|
|
|
# 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
|
|
|
|
#
|
|
|
|
|
2008-10-13 14:03:15 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp31-server
|
2004-01-18 00:43:51 +01:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|