From 45c97f75ebd64de5b2b12f2c715350f78c066923 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 15 Feb 2016 14:56:03 +0100 Subject: [PATCH] add courtesy notes --- pdns/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index fd23dcd9d..ddaa02f9b 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 -- 2.40.0