diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-18 20:35:14 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-18 20:35:14 +0000 |
commit | 40d438230b433f317cfa3517100316ffeba1e1a6 (patch) | |
tree | adfe82927962ab6e451893488b563f58768d284b /shells | |
parent | 3960a633c3e6e75877c682dd15aed1beebdeefed (diff) | |
download | pkgsrc-40d438230b433f317cfa3517100316ffeba1e1a6.tar.gz |
Add and enable 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 4d2125be351..d1f04718824 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 15:51:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/18 20:35:14 jtb Exp $ # COMMENT= Shells @@ -10,5 +10,6 @@ SUBDIR+= rc SUBDIR+= scsh SUBDIR+= tcsh SUBDIR+= zsh +SUBDIR+= zsh-current .include "../mk/bsd.pkg.subdir.mk" |