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