9 lines
181 B
Makefile
9 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol client
|
|
|
|
SUBSYS= client
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp41-server
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|