2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

Add tests/system Makefile

This commit is contained in:
Michael Sawyer
2000-05-19 21:42:43 +00:00
parent ac940fef1b
commit 244b9e154b

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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE. dnl SOFTWARE.
AC_REVISION($Revision: 1.137 $) AC_REVISION($Revision: 1.138 $)
AC_PREREQ(2.13) AC_PREREQ(2.13)
@@ -935,6 +935,7 @@ AC_OUTPUT(
bin/tests/dst/Makefile bin/tests/dst/Makefile
bin/tests/mem/Makefile bin/tests/mem/Makefile
bin/tests/sockaddr/Makefile bin/tests/sockaddr/Makefile
bin/tests/system/Makefile
bin/tests/headerdep_test.sh bin/tests/headerdep_test.sh
bin/dnssec/Makefile bin/dnssec/Makefile
) )