diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 08:03:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 08:03:08 +0800 |
commit | 7d62811b8a72eac391b93fca11bcb1b095391625 (patch) | |
tree | 410e16f2d690c1f2f1757bf6439aaa9c05a20816 /benchmarks | |
parent | 286af87ebfc5e3d309bc53dae0194404503eec83 (diff) | |
download | freebsd-ports-gnome-7d62811b8a72eac391b93fca11bcb1b095391625.tar.gz freebsd-ports-gnome-7d62811b8a72eac391b93fca11bcb1b095391625.tar.zst freebsd-ports-gnome-7d62811b8a72eac391b93fca11bcb1b095391625.zip |
New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome to
your new home, babies!
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> |