summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-02-12 16:35:14 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-02-12 16:35:14 +0000
commit4ce1995f100cc5c05521494566c10c2659a21c60 (patch)
treef39c8ac72014a3b031d5202e5de72a9c8b80709d /shells
parentzsh - the Z shell (diff)
Add zsh to the subdirs list
Notes
Notes: svn path=/head/; revision=949
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile
index fbaafa4e0759..484ad361f3ce 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.4 1994/08/28 10:49:45 jkh Exp $
+# $Id: Makefile,v 1.5 1994/12/27 13:02:28 jkh Exp $
#
-SUBDIR= bash pdksh tcsh
+SUBDIR= bash pdksh tcsh zsh
.include <bsd.port.subdir.mk>