$OpenBSD: patch-Makefile,v 1.2 2020/05/18 09:29:06 solene Exp $

Skip the architecture dance.

Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -379,7 +379,7 @@ endif
 ifdef CONFIG_WINDOWS
     TARG_c := ezquake.exe
 else
-    TARG_c := ezquake-$(LSYS)-$(CPU)
+    TARG_c := ezquake
 endif
 
 all: $(TARG_c)
