diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 10:55:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 10:55:20 +0000 |
commit | 1f5d8f463ce08f3f2f41134d69915657bc2798e5 (patch) | |
tree | 94c0700790476c3f7854c2ff85ccb4ca37dae858 /shells/Makefile | |
parent | dd0c3842f2243e6ed976b107b2587c8b2c59e34b (diff) | |
download | ports-1f5d8f463ce08f3f2f41134d69915657bc2798e5.tar.gz ports-1f5d8f463ce08f3f2f41134d69915657bc2798e5.zip |
Add mksh , a Korn shell with many additions.
The MirOS Korn Shell, which contains many additions to the original
Korn shell.
WWW: http://mirbsd.de/mksh
PR: ports/100713
Submitted by: Andreas Kohn <andreas at syndrom23.de>
Notes
Notes:
svn path=/head/; revision=168483
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 85df7e7a72c1..722d155ad446 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -15,6 +15,7 @@ SUBDIR += gscommander SUBDIR += ibsh SUBDIR += ksh93 + SUBDIR += mksh SUBDIR += mudsh SUBDIR += nologinmsg SUBDIR += osh |