From 9b3e4cb13729c47be0bf5e876036256b4f987e32 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.) --- mbone/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'mbone/Makefile') diff --git a/mbone/Makefile b/mbone/Makefile index 7b55e2b4d50..950b22a3a0d 100644 --- a/mbone/Makefile +++ b/mbone/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2000/12/21 12:37:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 15:51:51 wiz Exp $ # - SUBDIR += common-mml - SUBDIR += imm - SUBDIR += nte - SUBDIR += rat - SUBDIR += sdr - SUBDIR += vat - SUBDIR += vic +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" -- cgit v1.2.3