Generate Makefile for nsupdate

This commit is contained in:
Michael Sawyer
2000-06-21 20:57:33 +00:00
parent 34ea3c6fd9
commit d11097cf86
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.151
# From configure.in Revision: 1.153
@@ -4311,6 +4311,7 @@ trap 'rm -fr `echo "make/rules
bin/lwresd/Makefile
bin/rndc/Makefile
bin/dig/Makefile
bin/nsupdate/Makefile
bin/tests/Makefile
bin/tests/names/Makefile
bin/tests/master/Makefile
@@ -4545,6 +4546,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
bin/lwresd/Makefile
bin/rndc/Makefile
bin/dig/Makefile
bin/nsupdate/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.152 $)
AC_REVISION($Revision: 1.153 $)
AC_PREREQ(2.13)
@@ -1023,6 +1023,7 @@ AC_OUTPUT(
bin/lwresd/Makefile
bin/rndc/Makefile
bin/dig/Makefile
bin/nsupdate/Makefile
bin/tests/Makefile
bin/tests/names/Makefile
bin/tests/master/Makefile