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>
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
--- 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)
|