e08405c5af
- update shells/Makefile - OK'ed by naddy@
16 lines
342 B
Makefile
16 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/05/10 19:42:32 lebel Exp $
|
|
# $FreeBSD: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $
|
|
#
|
|
|
|
SUBDIR += bash
|
|
SUBDIR += bash,static
|
|
SUBDIR += bash2
|
|
SUBDIR += bash2,static
|
|
SUBDIR += es
|
|
SUBDIR += scsh
|
|
SUBDIR += tcsh
|
|
SUBDIR += tcsh,static
|
|
SUBDIR += zsh
|
|
|
|
.include <bsd.port.subdir.mk>
|