Makefile revision 356345
1# $FreeBSD: stable/11/usr.sbin/unbound/anchor/Makefile 356345 2020-01-04 01:09:33Z cy $
2
3# Vendor sources and generated files
4LDNSDIR= ${SRCTOP}/contrib/ldns
5UNBOUNDDIR= ${SRCTOP}/contrib/unbound
6EXPATDIR= ${SRCTOP}/contrib/expat
7
8.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9
10PROG=	local-unbound-anchor
11SRCS=	unbound-anchor.c
12CFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13LIBADD=	unbound bsdxml ssl crypto pthread
14MAN=	local-unbound-anchor.8
15
16.include <bsd.prog.mk>
17