diff options
author | asami <asami@FreeBSD.org> | 1995-04-25 07:03:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-25 07:03:53 +0000 |
commit | b0e39155a991273385181a8416ed0233c8d7bc4a (patch) | |
tree | d86269dedc4e54b8f1b5febc6db36d5b39228227 /shells/Makefile | |
parent | 7a12b045083bf624eef90a3a472c29d94da7c51b (diff) | |
download | FreeBSD-ports-b0e39155a991273385181a8416ed0233c8d7bc4a.zip FreeBSD-ports-b0e39155a991273385181a8416ed0233c8d7bc4a.tar.gz |
Put pdksh back, now that the mmap problem is solved.
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 d33f30b..9e77d2d 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> |