13 lines
284 B
Makefile
13 lines
284 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 02:40:55 bernd Exp $
|
||
|
|
||
|
SUBDIR += core
|
||
|
SUBDIR += aggregates
|
||
|
SUBDIR += migrations
|
||
|
SUBDIR += serializer
|
||
|
SUBDIR += sweatshop
|
||
|
SUBDIR += timestamps
|
||
|
SUBDIR += types
|
||
|
SUBDIR += validations
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|