02e8ee6a47
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
14 lines
237 B
Makefile
14 lines
237 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/02/16 15:51:51 wiz Exp $
|
|
#
|
|
|
|
COMMENT= Multi-cast backBone applications
|
|
|
|
SUBDIR+= common-mml
|
|
SUBDIR+= imm
|
|
SUBDIR+= nte
|
|
SUBDIR+= rat
|
|
SUBDIR+= sdr
|
|
SUBDIR+= vat
|
|
SUBDIR+= vic
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|