freebsd-ports/benchmarks/Makefile
Guy Helmer a29b5f8ee6 Remove the benchmarking port "hint". HINT is no longer publically
available from Ames Laboratory except to US Dept. of Energy users
(ref http://www.scl.ameslab.gov/Projects/HINT/index.html)

Reminded by: fenner's portsurvey
1999-11-07 22:57:35 +00:00

18 lines
329 B
Makefile

# $FreeBSD$
#
SUBDIR += bonnie
SUBDIR += bytebench
SUBDIR += dbs
SUBDIR += iozone
SUBDIR += lmbench
SUBDIR += nbench
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += polygraph
SUBDIR += postmark
SUBDIR += rawio
SUBDIR += tcpblast
SUBDIR += xengine
.include <bsd.port.subdir.mk>