2015-02-20 16:31:04 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2015/02/20 23:31:06 jsg Exp $
|
2013-04-14 04:23:04 -06:00
|
|
|
.include <bsd.xconf.mk>
|
2012-08-26 12:46:42 -06:00
|
|
|
|
2015-02-20 16:31:04 -07:00
|
|
|
SUBDIR= libmesa
|
2012-08-26 12:46:42 -06:00
|
|
|
|
2013-04-14 04:23:04 -06:00
|
|
|
.if ${XENOCARA_BUILD_GALLIUM:L} == "yes" || ${XENOCARA_BUILD_GALLIUM} == "llvm"
|
|
|
|
SUBDIR+= libmesagallium
|
|
|
|
.endif
|
|
|
|
|
2012-08-26 12:46:42 -06:00
|
|
|
build depend all install clean cleandir: _SUBDIRUSE
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|