diff options
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> |