100f0c7870
breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
16 lines
309 B
Makefile
16 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/02/01 17:00:13 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += conch
|
|
SUBDIR += lore
|
|
SUBDIR += mail
|
|
SUBDIR += names
|
|
SUBDIR += news
|
|
SUBDIR += runner
|
|
SUBDIR += web
|
|
SUBDIR += web2
|
|
SUBDIR += words
|
|
|
|
.include <bsd.port.subdir.mk>
|