14 lines
320 B
Makefile
14 lines
320 B
Makefile
|
# Ports collection makefile for: isc-dhcp41-client
|
||
|
# Date created: 28 March 2010
|
||
|
# Whom: Wesley Shields <wxs@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
COMMENT= The ISC Dynamic Host Configuration Protocol client
|
||
|
|
||
|
SUBSYS= client
|
||
|
MASTERDIR= ${.CURDIR}/../isc-dhcp41-server
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|