14 lines
276 B
Makefile
14 lines
276 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/13 15:09:16 pirofti Exp $
|
||
|
|
||
|
# It's intended that this list isn't sorted alphabetically.
|
||
|
# Please keep it that way. Thanks.
|
||
|
|
||
|
SUBDIR += core
|
||
|
|
||
|
SUBDIR += format
|
||
|
SUBDIR += layout
|
||
|
|
||
|
SUBDIR += prawn
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|