diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 06:02:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 06:02:40 +0000 |
commit | 58e54dfd2300055f4b5285d83ee10d7c37f91b71 (patch) | |
tree | d2fc2d23bfd7c870e396a8d68ac2fee1d3e06bca /shells/Makefile | |
parent | Add p5-Text-Iconv 1.1, a perl interface to iconv(). (diff) |
Add pash 2.2, a full-screen shell, similar to Midnight Commander. Some
patches were included to fix various bugs (including what I believe are
potential overflow bugs involving gets()).
PR: 23949
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=36511
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 2032a7b9c5be..d8e63c42c4cb 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -9,6 +9,7 @@ SUBDIR += flash SUBDIR += ksh93 SUBDIR += osh + SUBDIR += pash SUBDIR += pdksh SUBDIR += perlsh SUBDIR += rc |