summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--shells/Makefile3
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index c17ad704a15..086962d69bf 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5307 2004/03/28 10:31:51 recht Exp $
+$NetBSD: CHANGES,v 1.5308 2004/03/28 14:30:07 uebayasi Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1529,3 +1529,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated djbdns to 1.05nb4 [taca 2004-03-28]
Updated ntp4 to 4.2.0nb3 [xtraeme 2004-03-28]
Updated zsh to 4.2.0 [recht 2004-03-28]
+ Removed zsh-4.1.1 [uebayasi 2004-03-28]
diff --git a/shells/Makefile b/shells/Makefile
index a727ccd02ae..a6ca3a4c4ed 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/01/11 23:06:54 grant Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/28 14:27:57 uebayasi Exp $
#
COMMENT= Shells
@@ -21,7 +21,6 @@ SUBDIR+= static-bash2
SUBDIR+= static-tcsh
SUBDIR+= tcsh
SUBDIR+= zsh
-SUBDIR+= zsh-current
SUBDIR+= zsh3
.include "../mk/bsd.pkg.subdir.mk"