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 696320bb63e..90cbbf45f09 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/09/03 06:53:48 xtraeme Exp $
+# $NetBSD: Makefile,v 1.39 2005/10/13 08:19:31 xtraeme Exp $
#
COMMENT= Benchmarking tools
@@ -12,6 +12,7 @@ SUBDIR+= dbench
SUBDIR+= dhrystone
SUBDIR+= fib
SUBDIR+= flops
+SUBDIR+= forkbomb
SUBDIR+= hbench
SUBDIR+= heapsort
SUBDIR+= hint
diff --git a/doc/CHANGES b/doc/CHANGES
index 4318ef04d67..2ec151411f7 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11447 2005/10/13 08:10:24 wiz Exp $
+$NetBSD: CHANGES,v 1.11448 2005/10/13 08:19:31 xtraeme Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -4474,3 +4474,4 @@ Changes to the packages collection and infrastructure in 2005:
Added misc/kmemaid version 0.4.7.0 [wiz 2005-10-12]
Updated audio/icecast to 2.3.0 [wiz 2005-10-12]
Updated pkgtools/pkglint to 4.27 [rillig 2005-10-13]
+ Added benchmarks/forkbomb version 1.4 [xtraeme 2005-10-13]