diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-30 01:31:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-30 01:31:08 +0000 |
commit | 0f61d2fb57283c281f3242a3b470b5b445cac325 (patch) | |
tree | 0101fdd321d6c16df014aaec0e39f09e69144b82 /shells/Makefile | |
parent | 173508aba5f7bd88f35d2e10e6be907a110825f7 (diff) |
Add osh 001127, a reimplementation of the old and obsolete shell version
that was in standard use up to UNIX 6th Edition and was supplied as osh
with UNIX 7th Edition. Its command language is a sparse subset of those
of modern shells and is mostly common to both sh(1) and csh(1).
PR: 23943
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=36449
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 b00d2a71bd3a..2032a7b9c5be 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -8,6 +8,7 @@ SUBDIR += esh SUBDIR += flash SUBDIR += ksh93 + SUBDIR += osh SUBDIR += pdksh SUBDIR += perlsh SUBDIR += rc |