diff options
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> |