head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2013.04.15.00.26.02;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2013.04.14.00.31.49;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2013.02.16.00.46.00;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.02.16.00.32.14;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249457
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/lib/libldns/Makefile 249457 2013-04-14 00:59:56Z des $

# Vendor sources and generated files
LDNSDIR = ${.CURDIR}/../../contrib/ldns

.PATH: ${LDNSDIR} ${LDNSDIR}/compat

LIB=	ldns
INTERNALLIB= true

CFLAGS+= -I${LDNSDIR}

SRCS=	buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
	dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c \
	keys.c net.c packet.c parse.c rbtree.c rdata.c resolver.c rr.c \
	rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
	wire2host.c zone.c

SRCS+=	b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c

WARNS ?= 3

.include <bsd.lib.mk>
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249454
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/lib/libldns/Makefile 249454 2013-04-13 22:45:41Z des $
d8 2
a9 2
LIB = ldns
INTERNALLIB = true
d11 1
a11 1
CFLAGS += -I${LDNSDIR}
d13 7
a19 34
SRCS +=	buffer.c
SRCS += dane.c
SRCS +=	dname.c
SRCS +=	dnssec.c
SRCS +=	dnssec_sign.c
SRCS +=	dnssec_verify.c
SRCS +=	dnssec_zone.c
SRCS +=	duration.c
SRCS +=	error.c
SRCS +=	higher.c
SRCS +=	host2str.c
SRCS +=	host2wire.c
SRCS +=	keys.c
SRCS +=	net.c
SRCS +=	packet.c
SRCS +=	parse.c
SRCS +=	rbtree.c
SRCS +=	rdata.c
SRCS +=	resolver.c
SRCS +=	rr.c
SRCS +=	rr_functions.c
SRCS +=	sha1.c
SRCS +=	sha2.c
SRCS +=	str2host.c
SRCS +=	tsig.c
SRCS +=	update.c
SRCS +=	util.c
SRCS +=	wire2host.c
SRCS +=	zone.c

SRCS += b32_ntop.c
SRCS += b32_pton.c
SRCS += b64_ntop.c
SRCS += b64_pton.c
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246854
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/lib/libldns/Makefile 246854 2013-02-15 21:49:12Z des $
d6 1
a6 1
.PATH: ${LDNSDIR}
d43 5
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246827
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/lib/libldns/Makefile 246827 2013-02-15 13:44:18Z des $
d14 1
@

