summaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r--benchmarks/iozone21/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 9c703410435c..f19e51f18228 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $
+# $Id: Makefile,v 1.15 1995/11/22 11:36:56 asami Exp $
#
DISTNAME= iozone
@@ -12,6 +12,9 @@ CATEGORIES+= benchmarks
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
DISTFILES= iozone-2.01.shar.gz
+# This site not allows root@<hostname> password
+FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
+
MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )