diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 13:02:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 13:02:52 +0000 |
commit | b165a3a9b5864235aa405bcb2c8612fba408be8f (patch) | |
tree | 4d78cf717e68fb1fb973b2b5bf7f16b45b83e68f /benchmarks/iozone21 | |
parent | Updating mail Makefiles.... (diff) |
Updated utils Makefiles!
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 7bf4acc64342..aff7a16d77f6 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/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> |