11 lines
180 B
Makefile
11 lines
180 B
Makefile
|
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../dns/ldns
|
||
|
|
||
|
BUILD_P5PERL=yes
|
||
|
|
||
|
PLIST= ${.CURDIR}/pkg-plist
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|