diff options
author | garbled <garbled@pkgsrc.org> | 1998-10-22 05:28:34 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-10-22 05:28:34 +0000 |
commit | d8432ad4229ac96fedff948c6ef6a1210c59c233 (patch) | |
tree | fdb0c73584448d3d6b01a19bcb413b024af66be1 /benchmarks/Makefile | |
parent | 71b5fe5f373a382703667ea951e3e06e30cc6b51 (diff) | |
download | pkgsrc-d8432ad4229ac96fedff948c6ef6a1210c59c233.tar.gz |
Document and enable flops
Diffstat (limited to 'benchmarks/Makefile')
-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 |