$NetBSD: patch-aa,v 1.2 2024/04/20 13:48:24 nia Exp $

Do not hardcode CC or CFLAGS.

--- Makefile.orig	2004-12-30 02:23:30.000000000 +0000
+++ Makefile
@@ -19,10 +19,7 @@ default: nbench
 # You should leave -static in the CFLAGS so that your sysinfo can be
 # compiled into the executable.
 
-CC = gcc
-
-# generic options for gcc
-CFLAGS = -s -static -Wall -O3
+#CC = gcc
 
 # if your gcc lets you do it, then try this one
 #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops
