$NetBSD$

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
 
