summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie/patches/patch-aa
blob: cb65803854b5ac3a6edb095a5058152e54cbeb7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.5 2007/01/18 11:16:56 rillig Exp $

--- Makefile.orig	1996-08-29 03:45:37.000000000 +0200
+++ Makefile	2007-01-18 12:14:33.000000000 +0100
@@ -1,11 +1,3 @@
-CFLAGS = -O $(SYSFLAGS)
+PROG=	bonnie
 
-bsd:	
-	@echo 'Options are "make bsd" and "make SysV" - the default is "bsd".'
-	@echo 'If you get messages about missing functions, try "make SysV."'
-	make Bonnie 
-
-SysV:	
-	make Bonnie 'SYSFLAGS=-DSysV'
-
-Bonnie:	
+.include <bsd.prog.mk>