100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
35 lines
762 B
Makefile
35 lines
762 B
Makefile
# $OpenBSD: Makefile,v 1.31 2010/02/01 17:00:14 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += bruce
|
|
SUBDIR += calcurse
|
|
SUBDIR += devtodo
|
|
SUBDIR += fet
|
|
SUBDIR += glabels
|
|
SUBDIR += gnucash
|
|
SUBDIR += gnucash-docs
|
|
SUBDIR += grisbi
|
|
SUBDIR += gtg
|
|
SUBDIR += gtimer
|
|
SUBDIR += homebank
|
|
SUBDIR += impressive
|
|
SUBDIR += ledger
|
|
SUBDIR += osmo
|
|
SUBDIR += qhacc
|
|
SUBDIR += rednotebook
|
|
SUBDIR += rubrica2
|
|
SUBDIR += siag
|
|
SUBDIR += sunbird
|
|
SUBDIR += taskjuggler
|
|
SUBDIR += tasks
|
|
SUBDIR += tdl
|
|
SUBDIR += thinkingrock
|
|
SUBDIR += vym
|
|
SUBDIR += workrave
|
|
SUBDIR += wyrd
|
|
SUBDIR += xinvest
|
|
SUBDIR += xquote
|
|
SUBDIR += yokadi
|
|
|
|
.include <bsd.port.subdir.mk>
|