summaryrefslogtreecommitdiff
path: root/parallel/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-10-13 23:31:03 +0000
committergarbled <garbled>1998-10-13 23:31:03 +0000
commit1361de37297cc17498d6b72cf4824f833ee12327 (patch)
tree92e1e2e01df17b70f28789046ea505ace49d03e1 /parallel/Makefile
parent2c3a8b7df5212e1a69ab0a9481391252dffc2c84 (diff)
downloadpkgsrc-1361de37297cc17498d6b72cf4824f833ee12327.tar.gz
Add the whole parallel category to pkgsrc, and sprinkle it with a few
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix
Diffstat (limited to 'parallel/Makefile')
-rw-r--r--parallel/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/parallel/Makefile b/parallel/Makefile
new file mode 100644
index 00000000000..9a9fd04209d
--- /dev/null
+++ b/parallel/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 23:31:03 garbled Exp $
+#
+
+ SUBDIR += clusterit
+ SUBDIR += mpi-ch
+ SUBDIR += pvm3
+
+.include "../mk/bsd.pkg.subdir.mk"