diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-13 10:24:19 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-13 10:24:19 +0000 |
commit | 11e2501c18c34009c1c5e3595147991915685da0 (patch) | |
tree | b0605e80a63816c7708e8c208a409fab6a460d87 /devel/Makefile | |
parent | Add p5-Mail-Procmail, it's module to provide procmail-like tools. (diff) |
Add calibrator, a tool which attempts to determine various statistics
about a machine's cache and TLB characteristics. Can produce gnuplot output.
Notes
Notes:
svn path=/head/; revision=91016
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8123116d9826..54e538675cfd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -87,6 +87,7 @@ SUBDIR += c4 SUBDIR += c_c++_reference SUBDIR += c_parser + SUBDIR += calibrator SUBDIR += camlp4 SUBDIR += cbrowser SUBDIR += cc65 |