10 lines
204 B
Makefile
10 lines
204 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/17 18:39:00 ajacoutot Exp $
|
||
|
|
||
|
SUBDIR =
|
||
|
SUBDIR += core
|
||
|
SUBDIR += connector-dbus
|
||
|
SUBDIR += renderer
|
||
|
SUBDIR += server
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|