summaryrefslogtreecommitdiff
path: root/parallel/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2004-05-03 00:39:16 +0000
committerdmcmahill <dmcmahill>2004-05-03 00:39:16 +0000
commit6bf80c1fe14ded98232f173bd35b74a2ef9afd09 (patch)
tree709df5845a2aa45bf5e1694ba3c27d6e7d64e8fd /parallel/Makefile
parent3fbecaf1003b2c13491ad7303230730a1fe543c1 (diff)
downloadpkgsrc-6bf80c1fe14ded98232f173bd35b74a2ef9afd09.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"