diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:29:00 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:29:00 +0000 |
commit | c4b49b40dad5da8742108a0fc622b02ebe57f137 (patch) | |
tree | 196e892bc6a6bfb0f21701e4a3e861a9388b581b /benchmarks | |
parent | 1af771fdf0dc3b140ebdba225bc46e212b580e86 (diff) | |
download | ports-c4b49b40dad5da8742108a0fc622b02ebe57f137.tar.gz ports-c4b49b40dad5da8742108a0fc622b02ebe57f137.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 95e4ddb588ed..dbe99daa4c57 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.3 1996/08/04 08:45:44 asami Exp $ +# $Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $ # SUBDIR += bonnie SUBDIR += bytebench SUBDIR += iozone SUBDIR += lmbench + SUBDIR += nbench SUBDIR += netperf SUBDIR += tcpblast SUBDIR += xengine |