18 lines
335 B
Makefile
18 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.27 2013/03/14 16:57:47 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += bash
|
|
SUBDIR += dash
|
|
SUBDIR += es
|
|
SUBDIR += ksh93
|
|
SUBDIR += osh
|
|
SUBDIR += nsh
|
|
SUBDIR += perlsh
|
|
SUBDIR += sash
|
|
SUBDIR += scsh
|
|
SUBDIR += tcsh
|
|
SUBDIR += zoidberg
|
|
SUBDIR += zsh
|
|
|
|
.include <bsd.port.subdir.mk>
|