$OpenBSD: patch-hw_utils_hwrcon_Makefile,v 1.1.1.1 2014/05/30 15:25:48 edd Exp $

Use standard optimisations.

--- hw_utils/hwrcon/Makefile.orig	Sat May 24 01:15:52 2014
+++ hw_utils/hwrcon/Makefile	Sat May 24 01:16:13 2014
@@ -51,14 +51,7 @@ endif
 # Overrides for the default CPUFLAGS
 CPUFLAGS=$(CPU_X86)
 
-CFLAGS += -g -Wall
-CFLAGS += $(CPUFLAGS)
-ifndef DEBUG
-CFLAGS += -O2 -DNDEBUG=1
-endif
-
-CPPFLAGS=
-LDFLAGS =
+CFLAGS += -Wall
 
 # compiler includes
 INCLUDES= -I. -I$(UHEXEN2_SHARED)
