diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-06 01:02:07 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-06 01:02:07 +0000 |
commit | 329fbdce3a696f7480fc177f4fc7e56d0fe025f3 (patch) | |
tree | 5a0fb3415ca1f26af236e037d727d27c9cc86675 /benchmarks/iozone | |
parent | 903f541046965faf4393558754d9653c787d0646 (diff) | |
download | ports-329fbdce3a696f7480fc177f4fc7e56d0fe025f3.tar.gz ports-329fbdce3a696f7480fc177f4fc7e56d0fe025f3.zip |
Update of this port from Jean-Marc Zucconi
Submitted by: jmz
Notes
Notes:
svn path=/head/; revision=183
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 4c1c18b2794c..5c48deb54ec9 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,7 @@ DISTNAME= iozone-1.16 MASTER_SITES= ftp://liasun3.epfl.ch/pub/util/ +MAKE_FLAGS= PREFIX=${PREFIX} +MAKEFILE= + .include <bsd.port.mk> |