2010-12-08 17:13:24 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/08 22:13:24 jeremy Exp $
|
2008-04-26 05:31:57 -04:00
|
|
|
|
|
|
|
# It's intended that this list isn't sorted alphabetically.
|
|
|
|
# Please keep it that way. Thanks.
|
2008-04-19 17:57:18 -04:00
|
|
|
|
2010-02-01 12:00:12 -05:00
|
|
|
SUBDIR =
|
2008-04-19 17:57:18 -04:00
|
|
|
SUBDIR += core
|
2009-01-31 07:40:06 -05:00
|
|
|
|
2008-04-19 17:57:18 -04:00
|
|
|
SUBDIR += action-args
|
2009-01-31 07:40:06 -05:00
|
|
|
SUBDIR += activerecord
|
2008-04-19 17:57:18 -04:00
|
|
|
SUBDIR += assets
|
2009-01-31 07:40:06 -05:00
|
|
|
SUBDIR += cache
|
|
|
|
SUBDIR += datamapper
|
|
|
|
SUBDIR += exceptions
|
2008-04-19 17:57:18 -04:00
|
|
|
SUBDIR += gen
|
|
|
|
SUBDIR += haml
|
2009-01-31 07:40:06 -05:00
|
|
|
SUBDIR += helpers
|
2008-04-19 17:57:18 -04:00
|
|
|
SUBDIR += mailer
|
2009-01-31 07:40:06 -05:00
|
|
|
SUBDIR += param-protection
|
|
|
|
SUBDIR += slices
|
|
|
|
|
|
|
|
SUBDIR += auth-core
|
|
|
|
SUBDIR += auth-more
|
|
|
|
SUBDIR += auth-slice-password
|
|
|
|
SUBDIR += auth
|
|
|
|
|
2008-04-19 17:57:18 -04:00
|
|
|
SUBDIR += merb
|
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|