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 | 94dc22f11614810c21c3ad18ecead5eff5038421 (patch) | |
tree | 20ec35521a4dbe0a8d8efd159fdc230c44577ec3 /parallel | |
parent | a05305c2f15f191dfc84fde180fcbcfe24153749 (diff) | |
download | pkgsrc-94dc22f11614810c21c3ad18ecead5eff5038421.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" |