breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@
14 lines
317 B
Makefile
14 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/02/01 17:00:13 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += plugins-base
|
|
SUBDIR += plugins-farsight
|
|
SUBDIR += plugins-ffmpeg
|
|
SUBDIR += plugins-good
|
|
SUBDIR += plugins-ugly
|
|
SUBDIR += plugins-bad
|
|
SUBDIR += py-gstreamer
|
|
|
|
.include <bsd.port.subdir.mk>
|