Module Name:    src
Committed By:   mrg
Date:           Thu Aug 27 04:36:40 UTC 2009

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

Log Message:
build libmesa and swrast on all platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mit/xorg/lib/dri/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/dri/Makefile
diff -u src/external/mit/xorg/lib/dri/Makefile:1.12 src/external/mit/xorg/lib/dri/Makefile:1.13
--- src/external/mit/xorg/lib/dri/Makefile:1.12	Tue Jun 16 00:26:11 2009
+++ src/external/mit/xorg/lib/dri/Makefile	Thu Aug 27 04:36:40 2009
@@ -1,22 +1,18 @@
-# $NetBSD: Makefile,v 1.12 2009/06/16 00:26:11 mrg Exp $
+# $NetBSD: Makefile,v 1.13 2009/08/27 04:36:40 mrg Exp $
 
-.if ${MACHINE_ARCH} == "alpha"
 SUBDIR=		libmesa .WAIT
+
+.if ${MACHINE_ARCH} == "alpha"
 SUBDIR+=	mach64 mga r128 r200 r300 radeon s3v savage sis tdfx trident
 .elif ${MACHINE} == "macppc"
-SUBDIR=         libmesa .WAIT
 SUBDIR+=	mach64 mga r128 r200 r300 radeon tdfx
 .elif ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "sparc"
-SUBDIR=         libmesa .WAIT
 SUBDIR+=	mach64 mga r128 r200 r300 radeon
 .elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-SUBDIR=         libmesa .WAIT
 SUBDIR+=	i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \
 	savage sis tdfx trident unichrome
 .endif
 
-.if !empty(SUBDIR)
 SUBDIR+=	swrast
-.endif
 
 .include <bsd.subdir.mk>

Reply via email to