22 lines
482 B
Makefile
22 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/05/09 17:30:19 bernd Exp $
|
|
|
|
# It's intended that this list isn't sorted alphabetically.
|
|
# Please keep it that way. Thanks.
|
|
|
|
SUBDIR += core
|
|
SUBDIR += action-args
|
|
SUBDIR += assets
|
|
SUBDIR += gen
|
|
SUBDIR += haml
|
|
SUBDIR += builder
|
|
SUBDIR += mailer
|
|
SUBDIR += parts
|
|
SUBDIR += cache
|
|
SUBDIR += freezer
|
|
SUBDIR += more
|
|
SUBDIR += merb
|
|
SUBDIR += activerecord
|
|
SUBDIR += helpers
|
|
|
|
.include <bsd.port.subdir.mk>
|