diff options
author | garbled <garbled> | 1998-10-22 05:28:34 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-10-22 05:28:34 +0000 |
commit | 927c1725673f8676114ad34b7bbc4b745a3036c0 (patch) | |
tree | fdb0c73584448d3d6b01a19bcb413b024af66be1 /benchmarks | |
parent | 1e15201878a44603aa6c988a402f8a26964909f7 (diff) | |
download | pkgsrc-927c1725673f8676114ad34b7bbc4b745a3036c0.tar.gz |
Document and enable flops
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index b78fab164da..7482eff9a35 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/10/21 20:00:59 garbled Exp $ +# $NetBSD: Makefile,v 1.9 1998/10/22 05:28:34 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # @@ -6,6 +6,7 @@ SUBDIR += bonnie SUBDIR += bytebench SUBDIR += dhrystone + SUBDIR += flops SUBDIR += hbench SUBDIR += iozone SUBDIR += linpack |