diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-28 21:02:40 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-28 21:02:40 +0000 |
commit | 6f0650073795c358ccef59b44a5b9ae5aa47a685 (patch) | |
tree | 5e1597f92bb6a8d9294eac3426aaa295d7b08bec /shells | |
parent | The ``easy shell'', a small shell with Lisp-like syntax. (diff) |
Activate esh.
Notes
Notes:
svn path=/head/; revision=19046
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 206f0cbf0fa4..cb5d2a8e98b6 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.18 1999/03/29 11:43:15 obrien Exp $ +# $Id: Makefile,v 1.19 1999/03/31 10:02:12 obrien Exp $ # SUBDIR += bash1 SUBDIR += bash2 SUBDIR += es + SUBDIR += esh SUBDIR += pdksh SUBDIR += rc SUBDIR += scsh |