blob: 8f77890830fb60ac3361038aad454fc47d6adef5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../../dns/ldns
BUILD_PYLDNS=yes
PLIST= ${.CURDIR}/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|