From: Peter van Dijk Date: Mon, 15 Feb 2016 13:56:03 +0000 (+0100) Subject: add courtesy notes X-Git-Tag: auth-4.0.0-alpha2~47^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c97f75ebd64de5b2b12f2c715350f78c066923;p=thirdparty%2Fpdns.git add courtesy notes --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index fd23dcd9d5..ddaa02f9bc 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1080,3 +1080,11 @@ $(srcdir)/effective_tld_names.dat: pubsuffix.cc: $(srcdir)/effective_tld_names.dat $(AM_V_GEN)./mkpubsuffixcc + +pdns_recursor rec_control: + @echo "Please build the recursor from the recursordist/ dir" + @exit 1 + +dnsdist: + @echo "Please build dnsdist from the dnsdistdist/ dir" + @exit 1