ports/benchmarks/mdtest/files/patch-Makefile
Martin Wilke 8f060f3ca4 The mdtest software is used for testing the metadata
performance of a file system.

WWW:	http://www.llnl.gov/icc/lc/siop/

PR:		ports/112237
Submitted by:	Chao Shin <quakelee at cn.freebsd.org>
2007-04-30 07:10:52 +00:00

10 lines
235 B
Text

--- Makefile.orig Sun Apr 29 16:35:18 2007
+++ Makefile Sun Apr 29 16:42:07 2007
@@ -21,6 +21,7 @@
CC.AIX = mpcc_r -bmaxdata:0x80000000
CC.Linux = mpicc -Wall
+CC.FreeBSD = %%MPICC%% -Wall
# Requires GNU Make
OS=$(shell uname)