10 lines
226 B
Makefile
10 lines
226 B
Makefile
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol client
|
|
|
|
SUBSYS= client
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp42-server
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|