summaryrefslogtreecommitdiff
path: root/parallel/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-05-03 00:39:16 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-05-03 00:39:16 +0000
commit1355b3e360bc03a3b505c5e561c51c2fe0ccec00 (patch)
tree709df5845a2aa45bf5e1694ba3c27d6e7d64e8fd /parallel/Makefile
parent34e04e1ed5d89c6bb58bc78b6b7bd9748feaf8e2 (diff)
downloadpkgsrc-1355b3e360bc03a3b505c5e561c51c2fe0ccec00.tar.gz
add and enable sge
Diffstat (limited to 'parallel/Makefile')
-rw-r--r--parallel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/Makefile b/parallel/Makefile
index f58f8faf7f9..de7698449db 100644
--- a/parallel/Makefile
+++ b/parallel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 14:20:06 agc Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/03 00:39:16 dmcmahill Exp $
#
COMMENT= Applications dealing with parallelism in computing
@@ -12,5 +12,6 @@ SUBDIR+= mpi-ch
SUBDIR+= openpbs
SUBDIR+= p5-Parallel-Pvm
SUBDIR+= pvm3
+SUBDIR+= sge
.include "../mk/bsd.pkg.subdir.mk"