summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/mga
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libGL/dri/mga')
-rw-r--r--lib/libGL/dri/mga/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/libGL/dri/mga/Makefile b/lib/libGL/dri/mga/Makefile
deleted file mode 100644
index 07e28a6e4..000000000
--- a/lib/libGL/dri/mga/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 2007/12/04 22:00:27 matthieu Exp $
-
-LIB= mga_dri.so
-
-DRIVER_SOURCES = \
- mgadd.c \
- mgaioctl.c \
- mgarender.c \
- mgastate.c \
- mgatris.c \
- mgapixel.c \
- mgaspan.c \
- mgatex.c \
- mgatexmem.c \
- mga_texstate.c \
- mga_texcombine.c \
- mgavb.c \
- mga_xmesa.c
-
-SRCS = \
- $(COMMON_SOURCES) \
- $(DRIVER_SOURCES)
-
-DRIVER_DEFINES = -I$(MESA)/drivers/dri/mga/server
-
-.include <bsd.xorg.mk>
-
-.PATH: $(MESA)/drivers/dri/mga