From: Mark Andrews Date: Tue, 8 Dec 2015 05:39:05 +0000 (+1100) Subject: make the lib/dns newrr target visible at the top level X-Git-Tag: v9.11.0a1~277 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=be123554f014da4a3c9e31097efc6e63823d3408;p=thirdparty%2Fbind9.git make the lib/dns newrr target visible at the top level --- diff --git a/Makefile.in b/Makefile.in index fe9eb009f1b..0ea21659bbf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,6 +33,9 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES} @BIND9_MAKE_RULES@ +newrr: + cd lib/dns; ${MAKE} newrr + bind.keys.h: ${top_srcdir}/bind.keys ${srcdir}/util/bindkeys.pl ${PERL} ${srcdir}/util/bindkeys.pl < ${top_srcdir}/bind.keys > $@