$NetBSD: patch-gnattools_configure,v 1.2 2025/02/08 14:05:03 wiz Exp $

Include NetBSD in the gnat tools configure.

--- gnattools/configure.orig	2023-07-27 11:13:07.000000000 +0300
+++ gnattools/configure
@@ -2069,6 +2069,9 @@
   *-*-freebsd*)
     TOOLS_TARGET_PAIRS="indepsw.adb<indepsw-gnu.adb"
     ;;
+  *-*-netbsd*)
+    TOOLS_TARGET_PAIRS="indepsw.adb<indepsw-gnu.adb"
+    ;;
   *-*-linux*)
     TOOLS_TARGET_PAIRS="indepsw.adb<indepsw-gnu.adb"
     ;;
