1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/benchmarks/Makefile
Edwin Groothuis 6b84949451 [REPOCOPY WAITING] ports/net/nttcp and ports/net/ttcp appear miscategorized
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>
2004-01-16 01:38:55 +00:00

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>