]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libldns/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / lib / libldns / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR = ${SRCTOP}/contrib/ldns
5
6 PACKAGE=lib${LIB}
7 .PATH: ${LDNSDIR} ${LDNSDIR}/compat
8
9 LIB=    ldns
10 PRIVATELIB= true
11
12 CFLAGS+= -I${LDNSDIR}
13
14 SRCS=   buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
15         dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c \
16         keys.c net.c packet.c parse.c radix.c rbtree.c rdata.c resolver.c \
17         rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
18         wire2host.c zone.c
19
20 SRCS+=  b64_ntop.c b64_pton.c
21
22 LIBADD= ssl crypto
23
24 WARNS ?= 3
25
26 .include <bsd.lib.mk>