summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/savage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libGL/dri/savage/Makefile')
-rw-r--r--lib/libGL/dri/savage/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libGL/dri/savage/Makefile b/lib/libGL/dri/savage/Makefile
new file mode 100644
index 000000000..b31bd5dbb
--- /dev/null
+++ b/lib/libGL/dri/savage/Makefile
@@ -0,0 +1,23 @@
+# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $
+
+LIB= savage_dri.so
+
+DRIVER_SOURCES = \
+ savage_xmesa.c \
+ savagedd.c \
+ savagestate.c \
+ savagetex.c \
+ savagetris.c \
+ savagerender.c \
+ savageioctl.c \
+ savagespan.c
+
+SRCS = \
+ $(COMMON_SOURCES) \
+ $(DRIVER_SOURCES)
+
+DRIVER_DEFINES = -I$(MESA)/drivers/dri/savage/server
+
+.include <bsd.xorg.mk>
+
+.PATH: $(MESA)/drivers/dri/savage