diff options
-rw-r--r-- | benchmarks/iozone/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9c70341..f19e51f 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/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 ) diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 9c70341..f19e51f 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 ) |