100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/02/01 17:00:14 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += libtelepathy
|
|
SUBDIR += telepathy-butterfly
|
|
SUBDIR += telepathy-feed
|
|
SUBDIR += telepathy-gabble
|
|
SUBDIR += telepathy-glib
|
|
SUBDIR += telepathy-haze
|
|
SUBDIR += telepathy-idle
|
|
SUBDIR += telepathy-inspector
|
|
SUBDIR += telepathy-mission-control
|
|
SUBDIR += telepathy-pinocchio
|
|
SUBDIR += telepathy-python
|
|
SUBDIR += telepathy-salut
|
|
SUBDIR += telepathy-spec
|
|
|
|
.include <bsd.port.subdir.mk>
|