xref: /minix/external/mit/xorg/lib/dri7/Makefile (revision 0a6a1f1d)
1# $NetBSD: Makefile,v 1.1 2015/01/05 03:45:31 mrg Exp $
2
3# Build MesaLib 7.x r300 driver, which requires LLVM in Mesa 10.x
4
5.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
6SUBDIR=		libmesa .WAIT r300
7.endif
8
9.include <bsd.subdir.mk>
10