02e8ee6a47
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/02/16 15:51:52 wiz Exp $
|
|
#
|
|
|
|
COMMENT= Applications dealing with parallelism in computing
|
|
|
|
SUBDIR+= clusterit
|
|
SUBDIR+= glunix
|
|
SUBDIR+= mpi-ch
|
|
SUBDIR+= pvm3
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|