diff options
author | grant <grant@pkgsrc.org> | 2004-01-11 23:06:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-11 23:06:54 +0000 |
commit | 0d5985e4b3a7afe06f206bad9f083fe3ded9f459 (patch) | |
tree | 362479fc4e0eb01ddbfee55f83f8f8c4d8c622fb /shells/Makefile | |
parent | 81892f7de8cb7dd15e374ea67b249d07b03e6364 (diff) | |
download | pkgsrc-0d5985e4b3a7afe06f206bad9f083fe3ded9f459.tar.gz |
move the various static shell packages back to their previous names.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/Makefile b/shells/Makefile index 7516faabd03..a727ccd02ae 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2004/01/10 17:06:37 cjep Exp $ +# $NetBSD: Makefile,v 1.29 2004/01/11 23:06:54 grant Exp $ # COMMENT= Shells SUBDIR+= ast-ksh -SUBDIR+= ast-ksh-static SUBDIR+= bash2 SUBDIR+= bash2-doc -SUBDIR+= bash2-static SUBDIR+= es SUBDIR+= esh SUBDIR+= mudsh @@ -17,9 +15,11 @@ SUBDIR+= pdksh SUBDIR+= perlsh SUBDIR+= rc SUBDIR+= scsh +SUBDIR+= standalone-tcsh +SUBDIR+= static-ast-ksh +SUBDIR+= static-bash2 +SUBDIR+= static-tcsh SUBDIR+= tcsh -SUBDIR+= tcsh-standalone -SUBDIR+= tcsh-static SUBDIR+= zsh SUBDIR+= zsh-current SUBDIR+= zsh3 |