summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-08-27 19:49:22 +0000
committerasau <asau@pkgsrc.org>2011-08-27 19:49:22 +0000
commite1d630d230a9fb3906fbc7b74bf1b46bb82151f1 (patch)
tree20ec35521a4dbe0a8d8efd159fdc230c44577ec3 /parallel
parent159242b0cd6481b50b3f3c4ed49df9f4c8562b60 (diff)
downloadpkgsrc-e1d630d230a9fb3906fbc7b74bf1b46bb82151f1.tar.gz
+ threadingbuildingblocks
Diffstat (limited to 'parallel')
-rw-r--r--parallel/Makefile3
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"