breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
16 lines
251 B
Makefile
16 lines
251 B
Makefile
# $OpenBSD: Makefile,v 1.36 2010/02/01 17:00:13 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += 2.13
|
|
SUBDIR += 2.52
|
|
SUBDIR += 2.54
|
|
SUBDIR += 2.56
|
|
SUBDIR += 2.57
|
|
SUBDIR += 2.58
|
|
SUBDIR += 2.59
|
|
SUBDIR += 2.60
|
|
SUBDIR += 2.61
|
|
SUBDIR += 2.62
|
|
|
|
.include <bsd.port.subdir.mk>
|