freebsd-ports/shells/Makefile
Marcelo Araujo 2abe41f067 lshell lets you restrict a user's shell environment to limited sets of commands,
choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.)
log user's commands, implement timing restrictions, and more.

WWW:    http://lshell.ghantoos.org

PR:		ports/137369
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Reviewed by:	myself
2009-08-05 13:10:00 +00:00

48 lines
948 B
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bash3
SUBDIR += bashc
SUBDIR += bush
SUBDIR += ch
SUBDIR += es
SUBDIR += esh
SUBDIR += fd
SUBDIR += fish
SUBDIR += flash
SUBDIR += gscommander
SUBDIR += heirloom-sh
SUBDIR += ibsh
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>