diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /benchmarks/Makefile | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index c6ee8c4ea9a..f6d7237d487 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/12/06 19:03:32 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/25 01:04:12 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # @@ -16,12 +16,9 @@ PKG_MISC_TARGETS?= benchmark results SUBDIR += iozone SUBDIR += linpack SUBDIR += lmbench -# SUBDIR += netperf SUBDIR += nsieve SUBDIR += paranoia SUBDIR += postmark -# SUBDIR += tcpblast SUBDIR += whetstone -# SUBDIR += xengine .include "../mk/bsd.pkg.subdir.mk" |