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