summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/unichrome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libGL/dri/unichrome/Makefile')
-rw-r--r--lib/libGL/dri/unichrome/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/libGL/dri/unichrome/Makefile b/lib/libGL/dri/unichrome/Makefile
deleted file mode 100644
index 695b3d9f3..000000000
--- a/lib/libGL/dri/unichrome/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:28 matthieu Exp $
-
-LIB= unichrome_dri.so
-
-DRIVER_SOURCES = \
- via_context.c \
- via_fb.c \
- via_tex.c \
- via_ioctl.c \
- via_memcpy.c \
- via_render.c \
- via_screen.c \
- via_span.c \
- via_state.c \
- via_texcombine.c \
- via_tris.c
-
-SRCS = \
- $(COMMON_SOURCES) \
- $(DRIVER_SOURCES)
-
-DRIVER_DEFINES = -I$(MESA)/drivers/dri/unichrome/server \
- -I$(MESA)/drivers/dri/unichrome
-
-.include <bsd.xorg.mk>
-
-.PATH: $(MESA)/drivers/dri/unichrome
-