diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-12-07 17:13:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-12-07 17:13:42 +0000 |
commit | cde723c43e8c50a1669173462091b6bc6bccf1d1 (patch) | |
tree | 0f9b1a2f4237f08b6152eb7cb5404f7ea6fd7e47 /lib/libGL | |
parent | 27abdfc47ad1fe8607dc64816acfab2e24dbac69 (diff) |
Enable the radeon r100 dri module on macppc. ok mpi@
Diffstat (limited to 'lib/libGL')
-rw-r--r-- | lib/libGL/dri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index eefb7394d..9b6697e39 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2012/08/29 12:52:39 mpi Exp $ +# $OpenBSD: Makefile,v 1.14 2012/12/07 17:13:41 matthieu Exp $ SUBDIR= swrast .if ${MACHINE} == i386 || ${MACHINE} == amd64 SUBDIR+= i810 i915 i965 radeon r200 r300 r600 .elif ${MACHINE} == macppc -SUBDIR+= r200 r300 +SUBDIR+= radeon r200 r300 .endif build depend all install clean cleandir: _SUBDIRUSE |