diff options
author | drochner <drochner@pkgsrc.org> | 2005-07-27 17:07:51 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-07-27 17:07:51 +0000 |
commit | 632b8847c72ed4fb56437b8cf9af2bf90fce0907 (patch) | |
tree | 2d55c3ebcd0d6bf1bd5f177210043095bebe70c0 /benchmarks/Makefile | |
parent | e44d29e2103b9081223bad884486e64ba6bbf425 (diff) | |
download | pkgsrc-632b8847c72ed4fb56437b8cf9af2bf90fce0907.tar.gz |
+zelibm
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 2fb2d94ee24..ddc811a0b2c 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/07/06 19:46:14 reed Exp $ +# $NetBSD: Makefile,v 1.34 2005/07/27 17:07:51 drochner Exp $ # COMMENT= Benchmarking tools @@ -35,5 +35,6 @@ SUBDIR+= thrulay SUBDIR+= ttcp SUBDIR+= whetstone SUBDIR+= xengine +SUBDIR+= zelibm .include "../mk/bsd.pkg.subdir.mk" |