diff options
author | des <des@FreeBSD.org> | 2013-09-15 14:51:23 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-15 14:51:23 +0000 |
commit | ea05e625ec3e5c83a7066971514f66e15e913ecd (patch) | |
tree | 6f049c7799611aead87e6da6b6e21e8d8af772db /tools/build | |
parent | 3b7e4aa267bc7eedadb66a6fa1fac2a227969a41 (diff) | |
download | FreeBSD-src-ea05e625ec3e5c83a7066971514f66e15e913ecd.zip FreeBSD-src-ea05e625ec3e5c83a7066971514f66e15e913ecd.tar.gz |
Build and install the Unbound caching DNS resolver daemon.
Approved by: re (blanket)
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 18 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_UNBOUND | 4 |
2 files changed, 22 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 282818e..09a39ac 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -4367,6 +4367,24 @@ OLD_FILES+=usr/share/man/man8/telnetd.8.gz # to be filled in #.endif +.if ${MK_UNBOUND} == no +OLD_FILES+=usr/lib/private/libunbound.a +OLD_FILES+=usr/lib/private/libunbound.so +OLD_LIBS+=usr/lib/private/libunbound.so.5 +OLD_FILES+=usr/lib/private/libunbound_p.a +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" +OLD_FILES+=usr/lib32/private/libunbound.a +OLD_FILES+=usr/lib32/private/libunbound.so +OLD_LIBS+=usr/lib32/private/libunbound.so.5 +OLD_FILES+=usr/lib32/private/libunbound_p.a +.endif +OLD_FILES+=usr/sbin/unbound +OLD_FILES+=usr/sbin/unbound-anchor +OLD_FILES+=usr/sbin/unbound-checkconf +OLD_FILES+=usr/sbin/unbound-control +OLD_FILES+=usr/sbin/unbound-control-setup +.endif + #.if ${MK_USB} == no # to be filled in #.endif diff --git a/tools/build/options/WITHOUT_UNBOUND b/tools/build/options/WITHOUT_UNBOUND new file mode 100644 index 0000000..1f39ea0 --- /dev/null +++ b/tools/build/options/WITHOUT_UNBOUND @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set to not build +.Xr unbound 8 +and related programs. |