summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-23 09:01:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-23 09:01:41 +0000
commit5bcaefbd9742f094a0676a531ebb04db2e0656af (patch)
tree88409b25d28c8567b560ff2fac51e0d6d73efe15 /shells
parentFix a typo (diff)
# BROKEN= pdksh (not really pdksh's fault, but will hang -current)
Notes
Notes: svn path=/head/; revision=1499
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile6
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>