blob: 71aba89cb30e1d36db70d1128236e8303f715465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.2 2013/04/14 10:23:04 mpi Exp $
.include <bsd.xconf.mk>
SUBDIR= libmesa
.if ${XENOCARA_BUILD_GALLIUM:L} == "yes" || ${XENOCARA_BUILD_GALLIUM} == "llvm"
SUBDIR+= libmesagallium
.endif
build depend all install clean cleandir: _SUBDIRUSE
.include <bsd.xorg.mk>
|