diff options
author | asami <asami@FreeBSD.org> | 1995-04-23 17:01:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-23 17:01:41 +0800 |
commit | f8b8db15068fca9815a7576e6a00e150ba1d5cdb (patch) | |
tree | 14b2e0c99b6004eda1ef3255aaa725104c01c4af /shells | |
parent | ebe4fd7e7a3ec52bdb1e8e3d8cab5b5a6e29d1d2 (diff) | |
download | freebsd-ports-gnome-f8b8db15068fca9815a7576e6a00e150ba1d5cdb.tar.gz freebsd-ports-gnome-f8b8db15068fca9815a7576e6a00e150ba1d5cdb.tar.zst freebsd-ports-gnome-f8b8db15068fca9815a7576e6a00e150ba1d5cdb.zip |
# BROKEN= pdksh (not really pdksh's fault, but will hang -current)
Diffstat (limited to 'shells')
-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> |