Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / lib / dri7 / Makefile
blob88afd56d1aacd5cff545a71f5681642159d1f033
1 # $NetBSD: Makefile,v 1.1 2015/01/05 03:45:31 mrg Exp $
3 # Build MesaLib 7.x r300 driver, which requires LLVM in Mesa 10.x
5 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
6 SUBDIR= libmesa .WAIT r300
7 .endif
9 .include <bsd.subdir.mk>