8 lines
165 B
Makefile
8 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol relay
|
|
|
|
SUBSYS= relay
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp41-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|