mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:02:04 -04:00
add bin/named/unix/Makefile
This commit is contained in:
parent
8327c62a49
commit
1cafbcfa6f
2 changed files with 5 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.61
|
||||
# From configure.in Revision: 1.63
|
||||
|
||||
|
||||
|
||||
|
|
@ -3138,6 +3138,7 @@ trap 'rm -fr `echo "make/rules
|
|||
lib/tests/include/tests/Makefile
|
||||
bin/Makefile
|
||||
bin/named/Makefile
|
||||
bin/named/unix/Makefile
|
||||
bin/tests/Makefile
|
||||
bin/tests/names/Makefile
|
||||
bin/tests/master/Makefile
|
||||
|
|
@ -3313,6 +3314,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
|
|||
lib/tests/include/tests/Makefile
|
||||
bin/Makefile
|
||||
bin/named/Makefile
|
||||
bin/named/unix/Makefile
|
||||
bin/tests/Makefile
|
||||
bin/tests/names/Makefile
|
||||
bin/tests/master/Makefile
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|||
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
dnl SOFTWARE.
|
||||
|
||||
AC_REVISION($Revision: 1.62 $)
|
||||
AC_REVISION($Revision: 1.63 $)
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
|
||||
|
|
@ -469,6 +469,7 @@ AC_OUTPUT(
|
|||
lib/tests/include/tests/Makefile
|
||||
bin/Makefile
|
||||
bin/named/Makefile
|
||||
bin/named/unix/Makefile
|
||||
bin/tests/Makefile
|
||||
bin/tests/names/Makefile
|
||||
bin/tests/master/Makefile
|
||||
|
|
|
|||
Loading…
Reference in a new issue