Makefile revision 275054
1# $FreeBSD: head/usr.sbin/unbound/anchor/Makefile 275054 2014-11-25 16:57:27Z bapt $
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6EXPATDIR= ${.CURDIR}/../../../contrib/expat
7
8.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9
10PROG=	unbound-anchor
11SRCS=	unbound-anchor.c
12CFLAGS=	-I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13LIBADD=	unbound bsdxml ssl crypto pthread
14MAN=	unbound-anchor.8
15
16.include <bsd.prog.mk>
17