diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-05 16:32:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-05 16:32:50 +0000 |
commit | fc27fc49b2d4c642c3ce2f4e40fc4c78da7a128c (patch) | |
tree | e0e14563f1adecb6e74c812b6eb951ca71818e70 /shells | |
parent | 99f8891816da51f2f11d4dd212305e38c05fe7f2 (diff) | |
download | pkgsrc-fc27fc49b2d4c642c3ce2f4e40fc4c78da7a128c.tar.gz |
Add zsh3, remove zsh4.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index ba996092e81..5b12bc60223 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/05 04:11:36 jtb Exp $ +# $NetBSD: Makefile,v 1.12 2001/06/05 16:32:50 jtb Exp $ # COMMENT= Shells @@ -10,6 +10,6 @@ SUBDIR+= rc SUBDIR+= scsh SUBDIR+= tcsh SUBDIR+= zsh -SUBDIR+= zsh4 +SUBDIR+= zsh3 .include "../mk/bsd.pkg.subdir.mk" |