diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-25 07:03:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-25 07:03:53 +0000 |
commit | 18366571f172cce8c5e062ff9d39cf74d5c728d1 (patch) | |
tree | 553fee6262733b5b42c84f0e1b3861ccd49f3f6c /shells/Makefile | |
parent | d5bd88729e076789d328610f69b46fa9297aefda (diff) | |
download | ports-18366571f172cce8c5e062ff9d39cf74d5c728d1.tar.gz ports-18366571f172cce8c5e062ff9d39cf74d5c728d1.zip |
Put pdksh back, now that the mmap problem is solved.
Notes
Notes:
svn path=/head/; revision=1534
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 6 |
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> |