summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-25 07:03:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-25 07:03:53 +0000
commit18366571f172cce8c5e062ff9d39cf74d5c728d1 (patch)
tree553fee6262733b5b42c84f0e1b3861ccd49f3f6c /shells
parentMake the xview-* trilogy compile. I haven't tested them, but all (diff)
Put pdksh back, now that the mmap problem is solved.
Notes
Notes: svn path=/head/; revision=1534
Diffstat (limited to 'shells')
-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>