11 lines
234 B
Makefile
11 lines
234 B
Makefile
# $OpenBSD: Makefile,v 1.1 2012/09/06 12:57:49 ajacoutot Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += plugins-base
|
|
SUBDIR += plugins-good
|
|
SUBDIR += plugins-ugly
|
|
SUBDIR += plugins-bad
|
|
|
|
.include <bsd.port.subdir.mk>
|