diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-13 22:37:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-13 22:37:34 +0000 |
commit | 878eb58a1e141bfee190a34e47ae54590976ecd0 (patch) | |
tree | 7aa672db8cbffa2c1cb66a0c3a0ab876e445a4f9 /benchmarks/Makefile | |
parent | Improved download URL to be more specific. (diff) |
Add webbench 1.3, simple forking web benchmark.
PR: ports/61307
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7111670989a7..bc83e101f4dd 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -26,6 +26,7 @@ SUBDIR += tcpblast SUBDIR += tmetric SUBDIR += ubench + SUBDIR += webbench SUBDIR += xengine .include <bsd.port.subdir.mk> |