summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/trident/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libGL/dri/trident/Makefile')
-rw-r--r--lib/libGL/dri/trident/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/libGL/dri/trident/Makefile b/lib/libGL/dri/trident/Makefile
deleted file mode 100644
index 8c6df7780..000000000
--- a/lib/libGL/dri/trident/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 2009/05/17 20:20:23 matthieu Exp $
-
-LIB= trident_dri.so
-
-DRIVER_SOURCES = \
- trident_context.c \
- trident_state.c \
- trident_vb.c \
- trident_tris.c
-
-SRCS = \
- $(COMMON_SOURCES) \
- $(DRIVER_SOURCES)
-
-DRIVER_DEFINES = -I$(MESA)/drivers/dri/trident/server
-
-.include <bsd.xorg.mk>
-
-.PATH: $(MESA)/drivers/dri/trident