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.
19 lines
318 B
Makefile
19 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.18 2007/08/13 08:12:47 rillig Exp $
|
|
#
|
|
|
|
COMMENT= Multi-cast backBone applications
|
|
|
|
SUBDIR+= beacon
|
|
SUBDIR+= common-mml
|
|
SUBDIR+= imm
|
|
SUBDIR+= mdd
|
|
SUBDIR+= mdp
|
|
SUBDIR+= nte
|
|
SUBDIR+= rat
|
|
SUBDIR+= rtptools
|
|
SUBDIR+= sapserver
|
|
SUBDIR+= sdr
|
|
SUBDIR+= vat
|
|
SUBDIR+= vic
|
|
|
|
.include "../mk/misc/category.mk"
|