summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-30 01:31:08 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-30 01:31:08 +0000
commit0f61d2fb57283c281f3242a3b470b5b445cac325 (patch)
tree0101fdd321d6c16df014aaec0e39f09e69144b82 /shells/Makefile
parentUpdate to knu-cvsweb 1.104.1.52. (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/Makefile1
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