diff options
author | garbled <garbled> | 1998-12-26 15:59:54 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-12-26 15:59:54 +0000 |
commit | 069601cc6968f844d963e20f6639ba6fd74b640c (patch) | |
tree | 6958f25a4817a66619dea1a60f9498023655b3f2 /benchmarks/Makefile | |
parent | 12f648cc39d932c1a94b5579dcb006fea47ac42f (diff) | |
download | pkgsrc-069601cc6968f844d963e20f6639ba6fd74b640c.tar.gz |
Fix all the benchmark targets so they work properly, and work with the
package uninstalled, with the exceptionof lmbench. Make non-batch
targets for all the benchmarks, and create a results target which
places all the results in /tmp for easier collection.
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index e85dbf17dab..ee613ecafce 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 1998/12/06 01:25:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1998/12/26 15:59:56 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # -PKG_MISC_TARGETS?= benchmark +PKG_MISC_TARGETS?= benchmark results SUBDIR += benchfft SUBDIR += bonnie |