diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-12-21 15:31:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-12-21 15:31:18 +0000 |
commit | e1f3ad66e277d97af5d43ef2166bf06d6e98ed8f (patch) | |
tree | b062557adfbb102ab0c90fb16ef0fc2d29c5543e /benchmarks | |
parent | 524a63f31244927121dcd6a8d5393944cfd8563a (diff) | |
download | ports-e1f3ad66e277d97af5d43ef2166bf06d6e98ed8f.tar.gz ports-e1f3ad66e277d97af5d43ef2166bf06d6e98ed8f.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/xdd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 6244e781f05a..72ec61b48848 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -61,6 +61,7 @@ SUBDIR += ubench SUBDIR += unixbench SUBDIR += webbench + SUBDIR += xdd SUBDIR += xengine .include <bsd.port.subdir.mk> diff --git a/benchmarks/xdd/Makefile b/benchmarks/xdd/Makefile index aa53ee93625c..8d3d78c85055 100644 --- a/benchmarks/xdd/Makefile +++ b/benchmarks/xdd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdd PORTVERSION= 65 -CATEGORIES= sysutils +CATEGORIES= benchmarks MASTER_SITES= http://www.ioperformance.com/xddversions/ DISTNAME= xdd65.013007 EXTRACT_SUFX= .tgz |