6aecf48699
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
18 lines
354 B
Makefile
18 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.11 2007/08/13 08:12:48 rillig Exp $
|
|
#
|
|
|
|
COMMENT= Applications dealing with parallelism in computing
|
|
|
|
SUBDIR+= GridSim
|
|
SUBDIR+= clusterit
|
|
SUBDIR+= dqs
|
|
SUBDIR+= ganglia-monitor-core
|
|
SUBDIR+= glunix
|
|
SUBDIR+= linda
|
|
SUBDIR+= mpi-ch
|
|
SUBDIR+= openpbs
|
|
SUBDIR+= p5-Parallel-Pvm
|
|
SUBDIR+= pvm3
|
|
SUBDIR+= sge
|
|
|
|
.include "../mk/misc/category.mk"
|