From 532d24032cb32be03309840b839d6d7489cd33a4 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.) --- shells/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'shells/Makefile') diff --git a/shells/Makefile b/shells/Makefile index e0c86387351..4d2125be351 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2000/12/12 01:31:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 15:51:53 wiz Exp $ # - SUBDIR += bash2 - SUBDIR += es - SUBDIR += esh - SUBDIR += rc - SUBDIR += scsh - SUBDIR += tcsh - SUBDIR += zsh +COMMENT= Shells + +SUBDIR+= bash2 +SUBDIR+= es +SUBDIR+= esh +SUBDIR+= rc +SUBDIR+= scsh +SUBDIR+= tcsh +SUBDIR+= zsh .include "../mk/bsd.pkg.subdir.mk" -- cgit v1.2.3