87615d415c
Currently only software drivers are supported, looks ok to matthieu.
12 lines
219 B
Makefile
12 lines
219 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 12:43:34 mpi Exp $
|
|
|
|
SUBDIR= rbug softpipe trace
|
|
|
|
.ifdef XENOCARA_HAVE_LLVM
|
|
SUBDIR+= llvmpipe
|
|
.endif
|
|
|
|
build depend all install clean cleandir: _SUBDIRUSE
|
|
|
|
.include <bsd.xorg.mk>
|