$NetBSD: patch-aa,v 1.1 2010/12/02 14:46:40 wiz Exp $

Unportable test(1) comparison operator.

--- tests/28045/makedep.sh.orig	2010-05-15 04:12:22.000000000 +0000
+++ tests/28045/makedep.sh
@@ -5,7 +5,7 @@
 
 set -e
 
-if [ "x$MAKEDEPEND" == "x" ]; then
+if [ "x$MAKEDEPEND" = "x" ]; then
     MAKEDEPEND=makedepend
 fi
 
