17 lines
305 B
Makefile
17 lines
305 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/02/11 13:51:50 laurent Exp $
|
|
|
|
SUBDIR += e
|
|
SUBDIR += ecore
|
|
SUBDIR += edb
|
|
SUBDIR += edje
|
|
SUBDIR += eet
|
|
SUBDIR += efreet
|
|
SUBDIR += embryo
|
|
SUBDIR += epeg
|
|
SUBDIR += etk
|
|
SUBDIR += evas
|
|
|
|
CFLAGS+= -g
|
|
|
|
.include <bsd.port.subdir.mk>
|