16 lines
363 B
Makefile
16 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/09/08 21:46:28 ajacoutot Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += mm
|
|
SUBDIR += plugins-base
|
|
SUBDIR += plugins-farsight
|
|
SUBDIR += plugins-ffmpeg
|
|
SUBDIR += plugins-gl
|
|
SUBDIR += plugins-good
|
|
SUBDIR += plugins-ugly
|
|
SUBDIR += plugins-bad
|
|
SUBDIR += py-gstreamer
|
|
|
|
.include <bsd.port.subdir.mk>
|