Add unbound-control.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-15 12:41:05 +00:00
parent 8860c90c1c
commit 05ff931f41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255589

View File

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