--- ../work/wxd/Makefile	Sun Apr 22 20:16:48 2007
+++ Makefile	Sat Jul  7 21:15:31 2007
@@ -1,14 +1,6 @@
 SHELL=/bin/sh
 
-ifndef MAKE
-	BSD=$(shell uname | grep "BSD")
-	ifneq ("$(BSD)" "")
-		#this is a BSD OS
-		MAKE="gmake"
-	else
-		MAKE?="make"
-	endif
-endif
+MAKE="gmake"
 
 OS=$(shell uname)
 ARCH=$(shell (arch 2>/dev/null || uname -m || echo i386) | sed -e s/i.86/x86/ )
