diff options
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 7bf4acc64342..aff7a16d77f6 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.11 1995/04/15 03:45:40 asami Exp $ # DISTNAME= iozone @@ -20,6 +20,4 @@ EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar ) EXTRACT_ARGS= < NO_WRKSUBDIR= YES -pre-extract: depends - .include <bsd.port.mk> |