diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 09:01:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-23 09:01:41 +0000 |
commit | 5bcaefbd9742f094a0676a531ebb04db2e0656af (patch) | |
tree | 88409b25d28c8567b560ff2fac51e0d6d73efe15 /shells/Makefile | |
parent | 14e13212f913244dd6bd51d2755eead2c3eff4f7 (diff) | |
download | ports-5bcaefbd9742f094a0676a531ebb04db2e0656af.tar.gz ports-5bcaefbd9742f094a0676a531ebb04db2e0656af.zip |
Notes
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 6 |
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> |