$OpenBSD: patch-Makefile,v 1.1 2011/03/30 20:54:13 jasper Exp $
--- Makefile.orig	Wed Mar 30 22:41:54 2011
+++ Makefile	Wed Mar 30 22:43:47 2011
@@ -41,16 +41,16 @@ test-debug: all
 	python tools/test.py --mode=debug
 
 test-message: all
-	python tools/test.py message
+	${MODPY_BIN} tools/test.py message
 
 test-simple: all
-	python tools/test.py simple
+	${MODPY_BIN} tools/test.py simple
 
 test-pummel: all
-	python tools/test.py pummel
+	${MODPY_BIN} tools/test.py pummel
 
 test-internet: all
-	python tools/test.py internet
+	${MODPY_BIN} tools/test.py internet
 
 build/default/node: all
 
