freebsd-ports/shells/Makefile
Ade Lovett d4084bdd11 1. This should never have been a port
2.  It causes bash2 to core on my 4.3-STABLE box randomly
3.  Since bash is a likely contender for any Linux converts, the last
    thing we need is for them to grep through the ports INDEX file, install
    this, destabilize their FreeBSD box, and generate bad PR
4.  (portmgr hat on) it was not added in an appropriate manner.

Should the original submitter wish to re-evaluate points 1-4 above, then
we'll consider re-adding it.  For now, it's toast.
2001-08-11 06:12:49 +00:00

26 lines
439 B
Makefile

# $FreeBSD$
#
SUBDIR += 44bsd-csh
SUBDIR += bash1
SUBDIR += bash2
SUBDIR += es
SUBDIR += esh
SUBDIR += flash
SUBDIR += ksh93
SUBDIR += mudsh
SUBDIR += osh
SUBDIR += pash
SUBDIR += pdksh
SUBDIR += perlsh
SUBDIR += rc
SUBDIR += sash
SUBDIR += scsh
SUBDIR += tcsh
SUBDIR += vshnu
SUBDIR += wapsh
SUBDIR += zsh
SUBDIR += zsh-devel
.include <bsd.port.subdir.mk>