mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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-dhcp42-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|