diff options
author | will <will@FreeBSD.org> | 2000-12-31 14:02:40 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 14:02:40 +0800 |
commit | f73d3c05e13e7b3979291354d74834287b63886c (patch) | |
tree | cdf441857947b9738f0f37162b915fdbdec238d3 /shells/Makefile | |
parent | 76ae6282e2e7ab4d8bb608924a7209643b319690 (diff) | |
download | freebsd-ports-graphics-f73d3c05e13e7b3979291354d74834287b63886c.tar.gz freebsd-ports-graphics-f73d3c05e13e7b3979291354d74834287b63886c.tar.zst freebsd-ports-graphics-f73d3c05e13e7b3979291354d74834287b63886c.zip |
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>
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 2032a7b9c5b..d8e63c42c4c 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 |