4adf4ca7a1
OK landry
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/12/08 22:26:18 jeremy Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
|
|
SUBDIR += aggregates
|
|
SUBDIR += migrations
|
|
SUBDIR += constraints
|
|
SUBDIR += serializer
|
|
SUBDIR += sweatshop
|
|
SUBDIR += timestamps
|
|
SUBDIR += transactions
|
|
SUBDIR += types
|
|
SUBDIR += validations
|
|
|
|
SUBDIR += data_mapper
|
|
|
|
.include <bsd.port.subdir.mk>
|