$NetBSD: patch-aa,v 1.7 2003/07/18 03:59:50 martti Exp $

--- keychain.orig	Mon Apr 21 03:04:21 2003
+++ keychain	Fri Jul 18 06:29:33 2003
@@ -186,6 +186,9 @@
 elif [ -n "`echo $myuname | grep HP-UX`" ]
 then
 	hpux="yes"
+elif [ -n "`echo $myuname | grep NetBSD`" ]
+then
+	netbsd="yes"
 fi
 
 # Query local host for SSH application, presently supporting only
@@ -199,7 +202,7 @@
 
 # Avoid trapping on signal names with Cygwin.
 trapint="INT"
-if [ "$cygwin" = "yes" ]
+if [ "$cygwin" = "yes" -o "$netbsd" = "yes" ]
 then
 	trapint=2
 fi
