summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/Makefile b/shells/Makefile
index d33f30b46513..9e77d2d8d42a 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,7 +1,5 @@
-# $Id: Makefile,v 1.6 1995/02/12 16:35:14 torstenb Exp $
+# $Id: Makefile,v 1.7 1995/04/23 09:01:41 asami Exp $
#
-# BROKEN= pdksh (not really pdksh's fault, but will hang -current)
-#
-SUBDIR= bash tcsh zsh
+SUBDIR= bash pdksh tcsh zsh
.include <bsd.port.subdir.mk>