9 lines
199 B
Makefile
9 lines
199 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol relay
|
|
|
|
SUBSYS= relay
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp44-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|