From 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Feb 2001 15:51:46 +0000 Subject: Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.) --- parallel/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'parallel/Makefile') diff --git a/parallel/Makefile b/parallel/Makefile index e424452f6d4..3e7916a6f06 100644 --- a/parallel/Makefile +++ b/parallel/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1998/10/21 20:00:59 garbled Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 15:51:52 wiz Exp $ # - SUBDIR += clusterit - SUBDIR += glunix - SUBDIR += mpi-ch - SUBDIR += pvm3 +COMMENT= Applications dealing with parallelism in computing + +SUBDIR+= clusterit +SUBDIR+= glunix +SUBDIR+= mpi-ch +SUBDIR+= pvm3 .include "../mk/bsd.pkg.subdir.mk" -- cgit v1.2.3