summaryrefslogtreecommitdiff
path: root/lib/libGL/gallium/drivers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libGL/gallium/drivers/Makefile')
-rw-r--r--lib/libGL/gallium/drivers/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libGL/gallium/drivers/Makefile b/lib/libGL/gallium/drivers/Makefile
new file mode 100644
index 000000000..11265f2a7
--- /dev/null
+++ b/lib/libGL/gallium/drivers/Makefile
@@ -0,0 +1,11 @@
+# $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>