add bin/named/unix/Makefile

This commit is contained in:
Bob Halley 1999-10-23 01:06:31 +00:00
parent 8327c62a49
commit 1cafbcfa6f
2 changed files with 5 additions and 2 deletions

4
configure vendored
View file

@ -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

View file

@ -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