summaryrefslogtreecommitdiffstats
path: root/shells/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-11-21 05:17:19 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2009-11-21 05:17:19 +0000
commit68584fadcd33696738c316203eed71a362d482b4 (patch)
tree813f9ea8e3520cd5e6303e243d08bd128a4d684b /shells/Makefile
parenta340bbb4f214c8faa7196af660d9f11f2468aba8 (diff)
downloadFreeBSD-ports-68584fadcd33696738c316203eed71a362d482b4.zip
FreeBSD-ports-68584fadcd33696738c316203eed71a362d482b4.tar.gz
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 8bf6169..4045e15 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
OpenPOWER on IntegriCloud