diff options
author | rillig <rillig@pkgsrc.org> | 2005-08-06 20:45:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-08-06 20:45:18 +0000 |
commit | d610cf91d656f19fafaaeb92f0858187782a04ba (patch) | |
tree | dcfdb8facc9f6b4d6e108719441b3a311a6d9a0b /benchmarks/Makefile | |
parent | 5ba0049b10a0880b5ffabda67844c956b768b137 (diff) | |
download | pkgsrc-d610cf91d656f19fafaaeb92f0858187782a04ba.tar.gz |
Removed PKG_MISC_TARGETS, as it doesn't work anyway. Many packages in this
category don't even implement these targets.
ok'ed by jlam.
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index ddc811a0b2c..09f9f7603c6 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2005/07/27 17:07:51 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2005/08/06 20:45:18 rillig Exp $ # COMMENT= Benchmarking tools -PKG_MISC_TARGETS?= benchmark results SUBDIR+= benchfft SUBDIR+= blogbench |