diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-02-12 16:35:14 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-02-12 16:35:14 +0000 |
commit | 1f5f5873df281078f4750f8eeb878c9266b438ad (patch) | |
tree | f156ef687bc3f50065db9042f5bf480f72f50d10 /shells | |
parent | 6900878da3087c3430945f596340100ee6189af7 (diff) | |
download | FreeBSD-ports-1f5f5873df281078f4750f8eeb878c9266b438ad.zip FreeBSD-ports-1f5f5873df281078f4750f8eeb878c9266b438ad.tar.gz |
Add zsh to the subdirs list
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index fbaafa4..484ad36 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> |