diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 484ad361f3ce..d33f30b46513 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,5 +1,7 @@ -# $Id: Makefile,v 1.5 1994/12/27 13:02:28 jkh Exp $ +# $Id: Makefile,v 1.6 1995/02/12 16:35:14 torstenb Exp $ # -SUBDIR= bash pdksh tcsh zsh +# BROKEN= pdksh (not really pdksh's fault, but will hang -current) +# +SUBDIR= bash tcsh zsh .include <bsd.port.subdir.mk> |