From 05ff931f41743ad1b7c248b29b2717f0ef26b8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 15 Sep 2013 12:41:05 +0000 Subject: [PATCH] Add unbound-control. Approved by: re (blanket) --- contrib/unbound/freebsd-sources.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/unbound/freebsd-sources.pl b/contrib/unbound/freebsd-sources.pl index 4cd66e39be35..cde4fedbd8b0 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($) {