diff options
author | eik <eik@FreeBSD.org> | 2004-07-31 06:01:13 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-31 06:01:13 +0800 |
commit | 8dfdc2d30351da9eaa652d57165ada2eafc3f9f3 (patch) | |
tree | 34eb297fe05ffb828703355ab9abcce6b0019cbc /shells/Makefile | |
parent | a67fcd1679851996d433ab6662309142d4f844a3 (diff) | |
download | freebsd-ports-graphics-8dfdc2d30351da9eaa652d57165ada2eafc3f9f3.tar.gz freebsd-ports-graphics-8dfdc2d30351da9eaa652d57165ada2eafc3f9f3.tar.zst freebsd-ports-graphics-8dfdc2d30351da9eaa652d57165ada2eafc3f9f3.zip |
Add bash3, The GNU Bourne-Again SHell version 3.00
http://cnswww.cns.cwru.edu/~chet/bash/NEWS
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 067d5848cad..c2f3f16d64b 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -7,6 +7,7 @@ SUBDIR += bash-completion SUBDIR += bash1 SUBDIR += bash2 + SUBDIR += bash3 SUBDIR += es SUBDIR += esh SUBDIR += fd |