0d77728dd5
- Drop the preformatted print documentation. - Move back to the shells/bash location.
15 lines
315 B
Makefile
15 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.14 2004/07/30 17:02:49 naddy Exp $
|
|
# $FreeBSD: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $
|
|
#
|
|
|
|
SUBDIR += bash
|
|
SUBDIR += bash,static
|
|
SUBDIR += es
|
|
SUBDIR += sash
|
|
SUBDIR += scsh
|
|
SUBDIR += tcsh
|
|
SUBDIR += tcsh,static
|
|
SUBDIR += zsh
|
|
|
|
.include <bsd.port.subdir.mk>
|