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($) {