diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-15 12:58:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-15 12:58:14 +0000 |
commit | 71940bc5947992c1f7fc395fc72f1d9fe7b518d9 (patch) | |
tree | d4821cff812c7f6d4f0ef9b4a7cec96bf0a44b20 /shells/Makefile | |
parent | 3ede2b9b4d25d7c518305bafbf7e8f400b970759 (diff) | |
download | pkgsrc-71940bc5947992c1f7fc395fc72f1d9fe7b518d9.tar.gz |
Remove bash3, use bash4 instead.
bash2 stays for a little while longer, for A/UX and AIX 4 (requested by
Tim Larson).
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 0108e46af99..c2202571a5e 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2009/07/26 21:30:28 rillig Exp $ +# $NetBSD: Makefile,v 1.48 2010/02/15 12:58:14 wiz Exp $ # COMMENT= Shells @@ -8,7 +8,6 @@ SUBDIR+= bash SUBDIR+= bash-completion SUBDIR+= bash2 SUBDIR+= bash2-doc -SUBDIR+= bash3 SUBDIR+= dash SUBDIR+= eltclsh SUBDIR+= es |