File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ These are the tools
60
60
" /usr/bin/dnsreplay"
61
61
" /usr/bin/dnsscan"
62
62
" /usr/bin/dnsscope"
63
- " /usr/bin/dnsdist"
64
63
" /usr/bin/dnstcpbench"
65
64
" /usr/bin/dnswasher"
66
65
" /usr/bin/nproxy"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ sbin_PROGRAMS = pdns_server
35
35
bin_PROGRAMS = pdns_control pdnssec zone2sql zone2ldap zone2json
36
36
37
37
if TOOLS
38
- bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy dnsdist nsec3dig saxfr
38
+ bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy nsec3dig saxfr
39
39
endif
40
40
41
41
EXTRA_PROGRAMS =pdns_recursor sdig saxfr dnstcpbench dnsdist tsig-tests speedtest dnsscope dnsgram rec_control \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pdns-expanded.xml: pdns.xml
8
8
clean :
9
9
rm -rf * .dvi * .pdf * .tex * .toc * .aux * .ps * .bak * .tmp * ~ * .log pdns.txt html.tar.bz2 html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1
10
10
11
- manpages : dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1
11
+ manpages : pdns_recursor.1 rec_control.1 dnstcpbench.1
12
12
13
13
html/index.html : pdns-expanded.xml
14
14
rm -rf html
You can’t perform that action at this time.
0 commit comments