diff options
author | hubertf <hubertf> | 1998-12-06 01:25:08 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-12-06 01:25:08 +0000 |
commit | 10b1cdebfe9c75ad92d3f47a5f229f4087294424 (patch) | |
tree | e136b4c6f5f67896db489c7d67464e8160220134 /benchmarks | |
parent | e1938c6d13359f93e2dfa9dd9fc04397b8f26230 (diff) | |
download | pkgsrc-10b1cdebfe9c75ad92d3f47a5f229f4087294424.tar.gz |
Set PKG_MISC_TARGETS+=benchmark, so all benchmarks can be run by:
# cd /usr/pkgsrc/benchmark
# make install benchmark
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7701890c000..e85dbf17dab 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.11 1998/11/20 15:31:21 drochner Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/06 01:25:08 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # +PKG_MISC_TARGETS?= benchmark + SUBDIR += benchfft SUBDIR += bonnie SUBDIR += bytebench |