mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6b84949451
Julian Elischer suggested a new category "net/benchmarks" because he believes that too many ports are listed under net/. Checking into it, I noticed that these two ports are described as benchmarking programs. In the Porters' Handbook, the net category is described as "miscellaneous networking software". The benchmarks category seems more specific so I feel that it is preferable. PR: ports/39095 Submitted by: Trevor Johnson <trevor@jpj.net>
35 lines
680 B
Makefile
35 lines
680 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += bytebench
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += lmbench
|
|
SUBDIR += nbench
|
|
SUBDIR += netperf
|
|
SUBDIR += netpipe
|
|
SUBDIR += nttcp
|
|
SUBDIR += pipebench
|
|
SUBDIR += polygraph
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += pybench
|
|
SUBDIR += rawio
|
|
SUBDIR += scimark2
|
|
SUBDIR += scimark2c
|
|
SUBDIR += siege
|
|
SUBDIR += stream
|
|
SUBDIR += tcpblast
|
|
SUBDIR += tmetric
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += webbench
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|