diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:03:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:03:08 +0000 |
commit | 7d4de36022ae6567b5fbd5406926ee46e0576e15 (patch) | |
tree | 7b41f8de209610047925b34c8122baa2c9c4c126 /benchmarks | |
parent | 8f7e0a5b667320e90d22d1a6f48b39d4471f5db4 (diff) | |
download | ports-7d4de36022ae6567b5fbd5406926ee46e0576e15.tar.gz ports-7d4de36022ae6567b5fbd5406926ee46e0576e15.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile new file mode 100644 index 000000000000..0b761163d01f --- /dev/null +++ b/benchmarks/Makefile @@ -0,0 +1,9 @@ +# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $ +# + + SUBDIR += bonnie + SUBDIR += iozone + SUBDIR += lmbench + SUBDIR += tcpblast + +.include <bsd.port.subdir.mk> |