1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/shells/Makefile
Martin Wilke c8a7494f7e Allows include files to be used in shells the same way they are with C.
The file with the include code needs to be included. This is done by
figuring out were it is located using which.  . `which sh-include` will
take care of it for sh.

sh example...
. `which sh-include`
include fileGetLine
line=`fileGetLine /etc/group 4`

PR:		ports/111829
Submitted by:	Zane C. Bowers
2007-04-20 21:36:35 +00:00

43 lines
801 B
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash2
SUBDIR += bush
SUBDIR += ch
SUBDIR += es
SUBDIR += esh
SUBDIR += fd
SUBDIR += fish
SUBDIR += flash
SUBDIR += gscommander
SUBDIR += ibsh
SUBDIR += ksh93
SUBDIR += mksh
SUBDIR += nologinmsg
SUBDIR += osh
SUBDIR += p5-Term-ShellUI
SUBDIR += pash
SUBDIR += pdksh
SUBDIR += perlsh
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>