pkgsrc/benchmarks/bonnie/patches/patch-aa
2007-01-18 11:16:56 +00:00

18 lines
464 B
Text

$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>