c4cf2c5b8f
- Switch to new 'created by' header Feature safe: yes
9 lines
210 B
Makefile
9 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-dhcp42-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|