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, 0 insertions, 23 deletions
diff --git a/lib/libGL/dri/savage/Makefile b/lib/libGL/dri/savage/Makefile
deleted file mode 100644
index b31bd5dbb..000000000
--- a/lib/libGL/dri/savage/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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