summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/freebsd-sources.pl
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 12:41:05 +0000
committerdes <des@FreeBSD.org>2013-09-15 12:41:05 +0000
commit375d53a581f8f99ea0ddc2e66c878b4ff1cd6e99 (patch)
tree32d89c3f1c1b28f4763f09a907e8df954c995d4e /contrib/unbound/freebsd-sources.pl
parent4e951b0b3e88551b8b903c6139369aaea66780ec (diff)
downloadFreeBSD-src-375d53a581f8f99ea0ddc2e66c878b4ff1cd6e99.zip
FreeBSD-src-375d53a581f8f99ea0ddc2e66c878b4ff1cd6e99.tar.gz
Add unbound-control.
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound/freebsd-sources.pl')
-rwxr-xr-xcontrib/unbound/freebsd-sources.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/unbound/freebsd-sources.pl b/contrib/unbound/freebsd-sources.pl
index 4cd66e3..cde4fed 100755
--- a/contrib/unbound/freebsd-sources.pl
+++ b/contrib/unbound/freebsd-sources.pl
@@ -31,13 +31,14 @@ use strict;
use warnings;
use Text::Wrap;
-our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF);
+our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF CONTROL);
our %target_names = (
LIBUNBOUND => "libunbound",
DAEMON => "unbound",
UBANCHOR => "unbound-anchor",
CHECKCONF => "unbound-checkconf",
+ CONTROL => "unbound-control",
);
sub get_sources($) {
OpenPOWER on IntegriCloud