diff options
Diffstat (limited to 'lib/libGL/dri/swrast/Makefile')
-rw-r--r-- | lib/libGL/dri/swrast/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libGL/dri/swrast/Makefile b/lib/libGL/dri/swrast/Makefile new file mode 100644 index 000000000..3ca950394 --- /dev/null +++ b/lib/libGL/dri/swrast/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1 2008/11/02 15:01:32 matthieu Exp $ + +LIB= swrast_dri.so + +SWRAST_COMMON_SOURCES = \ + driverfuncs.c \ + utils.c + +DRIVER_SOURCES = \ + swrast.c \ + swrast_span.c + +SRCS = \ + $(SWRAST_COMMON_SOURCES) \ + $(DRIVER_SOURCES) + +.include <bsd.xorg.mk> + +.PATH: $(MESA)/drivers/dri/swrast |