diff options
author | asami <asami@FreeBSD.org> | 1997-01-02 07:01:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-02 07:01:10 +0000 |
commit | fe1054b6d55fa45610ca83156d8489fcb92b6efa (patch) | |
tree | 1eedd1244a811510e03f1d73efbedb22911efe78 /shells | |
parent | 61bbf30fbbfea75cc61fca003fb6106ea8d67b6e (diff) | |
download | FreeBSD-ports-fe1054b6d55fa45610ca83156d8489fcb92b6efa.zip FreeBSD-ports-fe1054b6d55fa45610ca83156d8489fcb92b6efa.tar.gz |
Add bash2, which has been repository-copied from bash before rolling
it back from 2.0 to 1.14.7.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index ea9bc41..0f41551 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.10 1995/10/03 11:45:14 asami Exp $ +# $Id: Makefile,v 1.11 1996/07/30 04:16:59 asami Exp $ # SUBDIR += bash + SUBDIR += bash2 SUBDIR += es SUBDIR += pdksh SUBDIR += tcsh |