]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/anchor/Makefile
Fix multiple vulnerabilities in unbound.
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / anchor / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR= ${SRCTOP}/contrib/ldns
5 UNBOUNDDIR= ${SRCTOP}/contrib/unbound
6 EXPATDIR= ${SRCTOP}/contrib/expat
7
8 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9
10 PROG=   local-unbound-anchor
11 SRCS=   unbound-anchor.c
12 CFLAGS+=        -I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13 CFLAGS+=        -I${.CURDIR:H} -I${.CURDIR}
14 LIBADD= unbound bsdxml ssl crypto pthread
15 MAN=    local-unbound-anchor.8
16
17 .include <bsd.prog.mk>