Module Name:    src
Committed By:   mrg
Date:           Sat Aug 14 10:29:43 UTC 2010

Modified Files:
        src/external/mit/xorg/lib/libdrm_radeon: Makefile

Log Message:
add bof.c for libdrm 2.4.21.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libdrm_radeon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/libdrm_radeon/Makefile
diff -u src/external/mit/xorg/lib/libdrm_radeon/Makefile:1.3 src/external/mit/xorg/lib/libdrm_radeon/Makefile:1.4
--- src/external/mit/xorg/lib/libdrm_radeon/Makefile:1.3	Thu Jun  3 09:43:16 2010
+++ src/external/mit/xorg/lib/libdrm_radeon/Makefile	Sat Aug 14 10:29:43 2010
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/06/03 09:43:16 veego Exp $
+#      $NetBSD: Makefile,v 1.4 2010/08/14 10:29:43 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,8 @@
 	radeon_bo_gem.c \
 	radeon_cs.c \
 	radeon_cs_gem.c \
-	radeon_cs_space.c
+	radeon_cs_space.c \
+	bof.c
 
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/libdrm
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11 -I${X11SRCDIR.drm}

Reply via email to