diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 08:02:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 08:02:30 +0000 |
commit | b645f971f467efcd2409622e9f12742c71f742dd (patch) | |
tree | 6344c1d51218567918083daedf29ef66c132d630 /shells | |
parent | Update to version 3.1.5 after repository copy. (diff) |
Activate zsh-devel port.
Notes
Notes:
svn path=/head/; revision=15579
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 4350d486d4ba..8165d8a0c924 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1998/06/25 22:26:26 asami Exp $ +# $Id: Makefile,v 1.15 1998/12/07 02:22:12 asami Exp $ # SUBDIR += bash1 @@ -8,5 +8,6 @@ SUBDIR += scsh SUBDIR += tcsh SUBDIR += zsh + SUBDIR += zsh-devel .include <bsd.port.subdir.mk> |