diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-02-12 16:35:14 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-02-12 16:35:14 +0000 |
commit | 4ce1995f100cc5c05521494566c10c2659a21c60 (patch) | |
tree | f39c8ac72014a3b031d5202e5de72a9c8b80709d | |
parent | zsh - the Z shell (diff) |
Add zsh to the subdirs list
Notes
Notes:
svn path=/head/; revision=949
-rw-r--r-- | shells/Makefile | 4 |
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> |