diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-12 13:41:20 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-12 13:41:20 +0000 |
commit | c932309e96cebaa24cb75cf05d2287049eb9d8af (patch) | |
tree | 5509f8c559362606c1803f57d93182e92a08749d | |
parent | 78d6f9791a2cfef6cc49313c6398dcc7eb1a26c3 (diff) |
Build the radeonold on macppc and sparc64 platforms too.
-rw-r--r-- | driver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/Makefile b/driver/Makefile index a860555a2..00d211f22 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2012/03/04 16:05:52 matthieu Exp $ +# $OpenBSD: Makefile,v 1.46 2012/03/12 13:41:19 matthieu Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -96,7 +96,7 @@ VIDEO_DRV_mac68k= VIDEO_DRV_macppc= \ xf86-video-ati xf86-video-mach64 xf86-video-nv xf86-video-r128 \ - xf86-video-wsfb xf86-video-wsudl + xf86-video-radeonold xf86-video-wsfb xf86-video-wsudl VIDEO_DRV_mvme68k= VIDEO_DRV_mvme88k= @@ -105,7 +105,7 @@ VIDEO_DRV_sgi= xf86-video-wsfb VIDEO_DRV_sparc64= \ xf86-video-ati xf86-video-mach64 xf86-video-r128 xf86-video-glint \ - xf86-video-sunffb \ + xf86-video-radeonold xf86-video-sunffb \ xf86-video-wildcatfb xf86-video-wsfb VIDEO_DRV_vax= |