1# $FreeBSD: releng/11.0/usr.sbin/unbound/daemon/Makefile 296677 2016-03-11 20:04:32Z jhibbits $
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6
7.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/doc
8
9PROG=	unbound
10SRCS=	acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c
11CFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR}
12LIBADD=	unbound util ssl crypto pthread
13MAN=	unbound.8 unbound.conf.5
14
15.include <bsd.prog.mk>
16