aboutsummaryrefslogtreecommitdiffstats
path: root/shells/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-11-21 13:17:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-11-21 13:17:19 +0800
commit68584fadcd33696738c316203eed71a362d482b4 (patch)
tree813f9ea8e3520cd5e6303e243d08bd128a4d684b /shells/Makefile
parenta340bbb4f214c8faa7196af660d9f11f2468aba8 (diff)
downloadfreebsd-ports-gnome-68584fadcd33696738c316203eed71a362d482b4.tar.gz
freebsd-ports-gnome-68584fadcd33696738c316203eed71a362d482b4.tar.zst
freebsd-ports-gnome-68584fadcd33696738c316203eed71a362d482b4.zip
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. WWW: http://gondor.apana.org.au/~herbert/dash/ PR: 140381 Submitted by: Eitan Adler <EitanAdlerList@gmail.com>
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 8bf61698169c..4045e15bb43a 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -12,6 +12,7 @@
SUBDIR += bashc
SUBDIR += bush
SUBDIR += ch
+ SUBDIR += dash
SUBDIR += es
SUBDIR += esh
SUBDIR += fd