blob: d4e53bf5bf4a337ec7d8b92941db1f05a251c52c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# 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"
|