b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile.am |
2 | +++ b/Makefile.am | ||||
3 | @@ -452,12 +452,6 @@ $(srcdir)/effective_tld_names.dat: | ||||
4 | pubsuffix.cc: $(srcdir)/effective_tld_names.dat | ||||
5 | $(AM_V_GEN)./mkpubsuffixcc | ||||
6 | |||||
7 | -## Config file | ||||
8 | -sysconf_DATA = recursor.conf-dist | ||||
9 | - | ||||
10 | -recursor.conf-dist: pdns_recursor | ||||
11 | - $(AM_V_GEN)./pdns_recursor --config > $@ | ||||
12 | - | ||||
13 | ## Manpages | ||||
14 | MANPAGES=pdns_recursor.1 \ | ||||
15 | rec_control.1 |