diff options
author | asami <asami@FreeBSD.org> | 1996-08-04 16:45:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-04 16:45:44 +0800 |
commit | 0f3095262418f45561aab1f504074878ebc21300 (patch) | |
tree | 9fb8c6d787483453869942f78ec03bbce18812f2 /benchmarks | |
parent | cfc5b70293babd31c1e21df55dfb5fe947c98289 (diff) | |
download | freebsd-ports-gnome-0f3095262418f45561aab1f504074878ebc21300.tar.gz freebsd-ports-gnome-0f3095262418f45561aab1f504074878ebc21300.tar.zst freebsd-ports-gnome-0f3095262418f45561aab1f504074878ebc21300.zip |
Add netperf.
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 330703a0fefc..7b3da42308d3 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.1 1995/07/13 00:03:08 asami Exp $ +# $Id: Makefile,v 1.2 1996/01/03 00:12:48 se Exp $ # SUBDIR += bonnie SUBDIR += bytebench SUBDIR += iozone SUBDIR += lmbench + SUBDIR += netperf SUBDIR += tcpblast .include <bsd.port.subdir.mk> |