summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/Makefile3
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"