diff options
author | asau <asau@pkgsrc.org> | 2011-08-27 19:49:22 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-08-27 19:49:22 +0000 |
commit | e1d630d230a9fb3906fbc7b74bf1b46bb82151f1 (patch) | |
tree | 20ec35521a4dbe0a8d8efd159fdc230c44577ec3 /parallel | |
parent | 159242b0cd6481b50b3f3c4ed49df9f4c8562b60 (diff) | |
download | pkgsrc-e1d630d230a9fb3906fbc7b74bf1b46bb82151f1.tar.gz |
+ threadingbuildingblocks
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/Makefile b/parallel/Makefile index f0834ce612a..752fb496ee0 100644 --- a/parallel/Makefile +++ b/parallel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/05/23 21:40:03 cheusov Exp $ +# $NetBSD: Makefile,v 1.19 2011/08/27 19:49:22 asau Exp $ # COMMENT= Applications dealing with parallelism in computing @@ -15,5 +15,6 @@ SUBDIR+= paexec SUBDIR+= parallel SUBDIR+= pvm3 SUBDIR+= sge +SUBDIR+= threadingbuildingblocks .include "../mk/misc/category.mk" |