diff options
Diffstat (limited to 'lib/libGL/dri/Makefile')
-rw-r--r-- | lib/libGL/dri/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index ae9f52b6b..fa10ec4a9 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -1,16 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2010/05/22 20:14:14 matthieu Exp $ +# $OpenBSD: Makefile,v 1.10 2010/05/27 06:25:45 matthieu Exp $ SUBDIR= swrast .if ${MACHINE} == i386 || ${MACHINE} == amd64 -SUBDIR+= i810 i915 i965 \ - radeon r200 r300 -# not ready -# mach64 mga r128 s3v savage sis tdfx trident +SUBDIR+= i810 i915 i965 radeon r200 r300 .endif -#.if ${MACHINE} == sparc64 -#SUBDIR+= mach64 r128 r200 r300 radeon -#.endif build depend all install clean cleandir: _SUBDIRUSE |