]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make the lib/dns newrr target visible at the top level
authorMark Andrews <marka@isc.org>
Tue, 8 Dec 2015 05:39:05 +0000 (16:39 +1100)
committerMark Andrews <marka@isc.org>
Tue, 8 Dec 2015 05:39:05 +0000 (16:39 +1100)
Makefile.in

index fe9eb009f1bd74c39a00f849158b26938fd57229..0ea21659bbf518201700a39d4fff531951c999a1 100644 (file)
@@ -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 > $@