blob: 55b87dcf7c91ca6f904d8022e59baf11bad935cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
COMMENT= The ISC Dynamic Host Configuration Protocol relay
SUBSYS= relay
MASTERDIR= ${.CURDIR}/../isc-dhcp43-server
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|