diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-22 03:06:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-22 03:06:19 +0000 |
commit | a28873ae01489dff9b314baede5351fa7f1df5e1 (patch) | |
tree | 7fb60289a12b9e9174e373963e692f51f6b633d0 /benchmarks/Makefile | |
parent | 0d929991a3a9df282a523b51ffcdd5bf70969f9a (diff) | |
download | pkgsrc-a28873ae01489dff9b314baede5351fa7f1df5e1.tar.gz |
Some missing Makefiles, from FreeBSD.
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile new file mode 100644 index 00000000000..7e99c4885fd --- /dev/null +++ b/benchmarks/Makefile @@ -0,0 +1,12 @@ +# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $ +# + + SUBDIR += bonnie + SUBDIR += bytebench + SUBDIR += iozone + SUBDIR += lmbench + SUBDIR += netperf + SUBDIR += tcpblast + SUBDIR += xengine + +.include <bsd.port.subdir.mk> |