summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-21 05:17:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-21 05:17:19 +0000
commit536ff8a1f72fee66b2a454507b52c007ce2cb304 (patch)
tree964eefea91b723be68a9dc49e47f91b4668d4fa6 /shells/Makefile
parent- Update to 0.4 (diff)
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>
Notes
Notes: svn path=/head/; revision=244580
Diffstat (limited to '')
-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