diff options
author | tg <tg@FreeBSD.org> | 1998-03-27 12:29:00 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-27 12:29:00 +0000 |
commit | 1fb06488a0f180d96ac4c89be45b17af044a20cf (patch) | |
tree | fe67bde39f179a86aa34193336632621561f474e /benchmarks | |
parent | d1c6253b5e0d42bf8020182a9a01d7be12774452 (diff) | |
download | FreeBSD-ports-1fb06488a0f180d96ac4c89be45b17af044a20cf.zip FreeBSD-ports-1fb06488a0f180d96ac4c89be45b17af044a20cf.tar.gz |
Activate nbench.
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 95e4ddb..dbe99da 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 |