$OpenBSD: patch-Makefile,v 1.1.1.1 2018/08/15 22:15:02 bcallah Exp $

Skip the architecture dance.

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