mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:50:00 -04:00
make the lib/dns newrr target visible at the top level
(cherry picked from commit be123554f0)
This commit is contained in:
parent
db76389030
commit
9f18d8f777
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES}
|
|||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
newrr:
|
||||
cd lib/dns; ${MAKE} newrr
|
||||
|
||||
distclean::
|
||||
rm -f config.cache config.h config.log config.status TAGS
|
||||
rm -f libtool isc-config.sh configure.lineno
|
||||
|
|
|
|||
Loading…
Reference in a new issue