diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-12-06 01:25:08 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-12-06 01:25:08 +0000 |
commit | 5fe40143f76324ed59f96b62ab3777651707ca2d (patch) | |
tree | e136b4c6f5f67896db489c7d67464e8160220134 /benchmarks/Makefile | |
parent | aeef2024b8c2b2f46182fb345d530186c8526bfc (diff) | |
download | pkgsrc-5fe40143f76324ed59f96b62ab3777651707ca2d.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/Makefile')
-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 |