16 lines
299 B
Makefile
16 lines
299 B
Makefile
# $OpenBSD: Makefile,v 1.25 2012/09/17 13:52:24 phessler Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += bash
|
|
SUBDIR += es
|
|
SUBDIR += osh
|
|
SUBDIR += nsh
|
|
SUBDIR += perlsh
|
|
SUBDIR += sash
|
|
SUBDIR += scsh
|
|
SUBDIR += tcsh
|
|
SUBDIR += zoidberg
|
|
SUBDIR += zsh
|
|
|
|
.include <bsd.port.subdir.mk>
|