diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
commit | 98dd96ee205fb968db4585e6da5e5fbdd9c840fb (patch) | |
tree | 6417bfc0f123001e7d0471472fea2b997af1841d /benchmarks | |
parent | - Allow processing of info files in non-standard locations; the (diff) |
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
Notes
Notes:
svn path=/head/; revision=105948
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 73741392530e..e2636b5716aa 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ # + COMMENT = Benchmarking tools + SUBDIR += autobench SUBDIR += bonnie SUBDIR += bonnie++ diff --git a/benchmarks/pkg/COMMENT b/benchmarks/pkg/COMMENT deleted file mode 100644 index 4b2d98eb0d1b..000000000000 --- a/benchmarks/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Benchmarking tools |