diff options
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
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" |