diff options
author | agc <agc@pkgsrc.org> | 2003-06-26 20:24:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-06-26 20:24:23 +0000 |
commit | 386c124932a1f6ae930f33d373626227b9a77007 (patch) | |
tree | bdc18c519b46bff9cbc017b01f197be4ce3a32dc | |
parent | 8fd1e83909e916e859b072a0ba2d34077d8ccee1 (diff) | |
download | pkgsrc-386c124932a1f6ae930f33d373626227b9a77007.tar.gz |
Add and enable dqs
-rw-r--r-- | parallel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/Makefile b/parallel/Makefile index d13e716438b..9dd275be7f4 100644 --- a/parallel/Makefile +++ b/parallel/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2002/10/13 04:30:44 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/26 20:24:23 agc Exp $ # COMMENT= Applications dealing with parallelism in computing SUBDIR+= clusterit +SUBDIR+= dqs SUBDIR+= glunix SUBDIR+= linda SUBDIR+= mpi-ch |