summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 14:51:23 +0000
committerdes <des@FreeBSD.org>2013-09-15 14:51:23 +0000
commitea05e625ec3e5c83a7066971514f66e15e913ecd (patch)
tree6f049c7799611aead87e6da6b6e21e8d8af772db /usr.sbin/Makefile
parent3b7e4aa267bc7eedadb66a6fa1fac2a227969a41 (diff)
downloadFreeBSD-src-ea05e625ec3e5c83a7066971514f66e15e913ecd.zip
FreeBSD-src-ea05e625ec3e5c83a7066971514f66e15e913ecd.tar.gz
Build and install the Unbound caching DNS resolver daemon.
Approved by: re (blanket)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index f2f5342..102593b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -317,6 +317,10 @@ SUBDIR+= config
SUBDIR+= crunch
.endif
+.if ${MK_UNBOUND} != "no"
+SUBDIR+= unbound
+.endif
+
.if ${MK_USB} != "no"
SUBDIR+= uathload
SUBDIR+= uhsoctl
OpenPOWER on IntegriCloud