diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 13:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 13:38:50 +0000 |
commit | 02b77f3e8f947e5162f3fda7b345a8d80cb7e314 (patch) | |
tree | 23e42a1219f69677cb79537374ee6891f2b743b6 /benchmarks | |
parent | Initial import of ubench - yet another *nix benchmarking utility. (diff) |
Activate ubench.
Notes
Notes:
svn path=/head/; revision=29262
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index f20ac25b0a53..c777b103c72a 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -15,6 +15,7 @@ SUBDIR += rawio SUBDIR += tcpblast SUBDIR += tmetric + SUBDIR += ubench SUBDIR += xengine .include <bsd.port.subdir.mk> |