15 lines
220 B
Makefile
15 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/06/05 16:32:50 jtb Exp $
|
|
#
|
|
|
|
COMMENT= Shells
|
|
|
|
SUBDIR+= bash2
|
|
SUBDIR+= es
|
|
SUBDIR+= esh
|
|
SUBDIR+= rc
|
|
SUBDIR+= scsh
|
|
SUBDIR+= tcsh
|
|
SUBDIR+= zsh
|
|
SUBDIR+= zsh3
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|