100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/02/01 17:00:12 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += arctic
|
|
SUBDIR += core
|
|
SUBDIR += core,ogi
|
|
SUBDIR += festlex
|
|
SUBDIR += festvox
|
|
SUBDIR += ogi
|
|
|
|
.include <bsd.port.subdir.mk>
|