summaryrefslogtreecommitdiffstats
path: root/usr.sbin/unbound/daemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/unbound/daemon/Makefile')
-rw-r--r--usr.sbin/unbound/daemon/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/unbound/daemon/Makefile b/usr.sbin/unbound/daemon/Makefile
new file mode 100644
index 0000000..0f9044f
--- /dev/null
+++ b/usr.sbin/unbound/daemon/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+# Vendor sources and generated files
+LDNSDIR= ${.CURDIR}/../../../contrib/ldns
+UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
+
+.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/doc
+
+PROG= unbound
+SRCS= acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c
+CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR}
+DPADD= ${LIBUNBOUND} ${LIBLDNS} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBPTHREAD}
+LDADD= -lunbound -lldns -lutil -lssl -lcrypto -lpthread
+USEPRIVATELIB= ldns
+MAN= unbound.8 unbound.conf.5
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud