536ff8a1f7
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>
51 lines
1,016 B
Makefile
51 lines
1,016 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash-static
|
|
SUBDIR += bash3
|
|
SUBDIR += bash3-static
|
|
SUBDIR += bashc
|
|
SUBDIR += bush
|
|
SUBDIR += ch
|
|
SUBDIR += dash
|
|
SUBDIR += es
|
|
SUBDIR += esh
|
|
SUBDIR += fd
|
|
SUBDIR += fish
|
|
SUBDIR += flash
|
|
SUBDIR += gscommander
|
|
SUBDIR += heirloom-sh
|
|
SUBDIR += ibsh
|
|
SUBDIR += jailkit
|
|
SUBDIR += ksh93
|
|
SUBDIR += lshell
|
|
SUBDIR += mksh
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += osh
|
|
SUBDIR += p5-Shell-Perl
|
|
SUBDIR += p5-Term-ShellUI
|
|
SUBDIR += pash
|
|
SUBDIR += pdksh
|
|
SUBDIR += pear-PHP_Shell
|
|
SUBDIR += psh
|
|
SUBDIR += rc
|
|
SUBDIR += rssh
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += shell-include
|
|
SUBDIR += tcsh-bofh
|
|
SUBDIR += tcsh_nls
|
|
SUBDIR += tcshrc
|
|
SUBDIR += v7sh
|
|
SUBDIR += viewglob
|
|
SUBDIR += vshnu
|
|
SUBDIR += wapsh
|
|
SUBDIR += zoidberg
|
|
SUBDIR += zsh
|
|
|
|
.include <bsd.port.subdir.mk>
|