288e67f0c1
rssh is a Restricted Secure SHell that allow only the use of sftp or scp. It could be use when you need an account (and a valid shell) in order to execute sftp or scp but when you don't want to give the possibility to log in to this user. WWW: http://www.pizzashack.org/rssh/index.shtml PR: ports/65860 Submitted by: enigmatyc
34 lines
610 B
Makefile
34 lines
610 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash1
|
|
SUBDIR += bash2
|
|
SUBDIR += es
|
|
SUBDIR += esh
|
|
SUBDIR += fd
|
|
SUBDIR += flash
|
|
SUBDIR += gscommander
|
|
SUBDIR += ksh93
|
|
SUBDIR += mudsh
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += osh
|
|
SUBDIR += pash
|
|
SUBDIR += pdksh
|
|
SUBDIR += perlsh
|
|
SUBDIR += rc
|
|
SUBDIR += rssh
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += tcshrc
|
|
SUBDIR += vshnu
|
|
SUBDIR += wapsh
|
|
SUBDIR += zsh
|
|
SUBDIR += zsh+euc_hack
|
|
SUBDIR += zsh-devel
|
|
|
|
.include <bsd.port.subdir.mk>
|