diff options
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 9cef9306e98..f006e5466dc 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:15 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/30 17:52:43 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # SUBDIR += bonnie -# SUBDIR += bytebench -# SUBDIR += iozone -# SUBDIR += lmbench + SUBDIR += bytebench + SUBDIR += dhrystone + SUBDIR += iozone + SUBDIR += lmbench # SUBDIR += netperf # SUBDIR += tcpblast + SUBDIR += whetstone # SUBDIR += xengine .include "../mk/bsd.pkg.subdir.mk" |