mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
10 lines
210 B
Makefile
10 lines
210 B
Makefile
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= The ISC Dynamic Host Configuration Protocol relay
|
|
|
|
SUBSYS= relay
|
|
MASTERDIR= ${.CURDIR}/../isc-dhcp43-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|