summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 09f9f7603c6..4eea2c0cc83 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/08/06 20:45:18 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2005/09/03 05:58:59 xtraeme Exp $
#
COMMENT= Benchmarking tools
@@ -32,6 +32,7 @@ SUBDIR+= randread
SUBDIR+= skampi
SUBDIR+= thrulay
SUBDIR+= ttcp
+SUBDIR+= ubench
SUBDIR+= whetstone
SUBDIR+= xengine
SUBDIR+= zelibm
diff --git a/doc/CHANGES b/doc/CHANGES
index 5961fa1164f..05deee5f208 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11001 2005/09/02 14:44:33 xtraeme Exp $
+$NetBSD: CHANGES,v 1.11002 2005/09/03 05:58:58 xtraeme Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -3877,3 +3877,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated comms/asterisk to 1.0.9 [adam 2005-09-02]
Added x11/efltk version 2.0.5 [xtraeme 2005-09-02]
Added x11/ede version 1.0.4 [xtraeme 2005-09-02]
+ Added benchmarks/ubench version 0.32 [xtraeme 2005-09-03]