a816e4986a
Es is an extensible shell. The language was derived from the Plan 9 shell, rc, and was influenced by functional programming languages, such as Scheme, and the Tcl embeddable programming language. This implementation is derived from Byron Rakitzis's public domain implementation of rc, and was written by Paul Haahr and Byron Rakitzis.
54 lines
920 B
Makefile
54 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.70 2022/12/14 19:10:45 nikita Exp $
|
|
#
|
|
|
|
COMMENT= Shells
|
|
|
|
SUBDIR+= ast-ksh
|
|
SUBDIR+= autojump
|
|
SUBDIR+= bash
|
|
SUBDIR+= bash-completion
|
|
SUBDIR+= bash2
|
|
SUBDIR+= bash2-doc
|
|
SUBDIR+= bosh
|
|
SUBDIR+= dash
|
|
SUBDIR+= eltclsh
|
|
SUBDIR+= elvish
|
|
SUBDIR+= es
|
|
SUBDIR+= es-shell
|
|
SUBDIR+= esh
|
|
SUBDIR+= etsh
|
|
SUBDIR+= fish
|
|
SUBDIR+= git-sh
|
|
SUBDIR+= guile-gash
|
|
SUBDIR+= heirloom-sh
|
|
SUBDIR+= ksh93
|
|
SUBDIR+= lshell
|
|
SUBDIR+= mksh
|
|
SUBDIR+= nologinmsg
|
|
SUBDIR+= nushell
|
|
SUBDIR+= oksh
|
|
SUBDIR+= osh
|
|
SUBDIR+= pbosh
|
|
SUBDIR+= pdksh
|
|
SUBDIR+= perlsh
|
|
SUBDIR+= posh
|
|
SUBDIR+= rc
|
|
SUBDIR+= rssh
|
|
SUBDIR+= scponly
|
|
SUBDIR+= scsh
|
|
SUBDIR+= shellcheck
|
|
SUBDIR+= standalone-tcsh
|
|
SUBDIR+= starship
|
|
SUBDIR+= static-ast-ksh
|
|
SUBDIR+= static-tcsh
|
|
SUBDIR+= tcsh
|
|
SUBDIR+= xonsh
|
|
SUBDIR+= xsh
|
|
SUBDIR+= yash
|
|
SUBDIR+= zsh
|
|
SUBDIR+= zsh-autosuggestions
|
|
SUBDIR+= zsh-completions
|
|
SUBDIR+= zsh-pure
|
|
SUBDIR+= zsh-syntax-highlighting
|
|
|
|
.include "../mk/misc/category.mk"
|