You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
832 B

  1. Index: bind-9.9.4/bin/Makefile.in
  2. ===================================================================
  3. --- bind-9.9.4.orig/bin/Makefile.in
  4. +++ bind-9.9.4/bin/Makefile.in
  5. @@ -19,7 +19,7 @@ srcdir = @srcdir@
  6. VPATH = @srcdir@
  7. top_srcdir = @top_srcdir@
  8. -SUBDIRS = named rndc dig dnssec tools tests nsupdate \
  9. +SUBDIRS = named rndc dig dnssec tools nsupdate \
  10. check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
  11. TARGETS =
  12. Index: bind-9.9.4/lib/Makefile.in
  13. ===================================================================
  14. --- bind-9.9.4.orig/lib/Makefile.in
  15. +++ bind-9.9.4/lib/Makefile.in
  16. @@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
  17. # Attempt to disable parallel processing.
  18. .NOTPARALLEL:
  19. .NO_PARALLEL:
  20. -SUBDIRS = isc isccc dns isccfg bind9 lwres tests
  21. +SUBDIRS = isc isccc dns isccfg bind9 lwres
  22. TARGETS =
  23. @BIND9_MAKE_RULES@