diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2006-03-11 13:21:24 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2006-03-11 13:21:24 +0000 |
commit | 5fd167e4352610839f02b6ae5be2622f1d3e233d (patch) | |
tree | 2f40d9f3aea2f90372aff2ba5c87f0e31cd14ebd /shells | |
parent | 68ddd1b77709f80c634d4916d9905b8ec42d97fe (diff) | |
download | pkgsrc-5fd167e4352610839f02b6ae5be2622f1d3e233d.tar.gz |
(Re)add zsh-current.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index 33ac73f3ec4..a48ae4586d2 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/10/29 16:09:03 minskim Exp $ +# $NetBSD: Makefile,v 1.38 2006/03/11 13:21:24 uebayasi Exp $ # COMMENT= Shells @@ -26,6 +26,7 @@ SUBDIR+= static-tcsh SUBDIR+= tcsh SUBDIR+= xsh SUBDIR+= zsh +SUBDIR+= zsh-current SUBDIR+= zsh3 .include "../mk/bsd.pkg.subdir.mk" |