repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
xorg
/
lib
/
dri7
/
Makefile
blob
88afd56d1aacd5cff545a71f5681642159d1f033
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"
6
SUBDIR
=
libmesa .WAIT r300
7
.
endif
8
9
.
include
<
bsd.subdir.mk
>