diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-20 10:23:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-20 10:23:53 +0000 |
commit | 324765206322bb2ac3035a2aa107efc305896efb (patch) | |
tree | e68f4d41ab51d65d9a9a0b95aee29c8647b36713 /driver | |
parent | 0a3adf0bc5fc7fbe7a49249f4384a1ab615e84ec (diff) |
Don't build wsfb on i386 until it's ready.
Diffstat (limited to 'driver')
-rw-r--r-- | driver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/driver/Makefile b/driver/Makefile index 2a9f12d49..88f987338 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2007/04/10 13:23:52 todd Exp $ +# $OpenBSD: Makefile,v 1.10 2007/04/20 10:23:52 matthieu Exp $ # Broken # xf86-input-calcomp xf86-input-citron xf86-input-dmc @@ -70,8 +70,7 @@ VIDEO_DRV_i386= \ ${VIDEO_DRV_COMMON} \ xf86-video-i810 xf86-video-vmware \ xf86-video-i740 xf86-video-nsc \ - xf86-video-via xf86-video-voodoo \ - xf86-video-wsfb + xf86-video-via xf86-video-voodoo VIDEO_DRV_macppc= \ xf86-video-ati xf86-video-nv xf86-video-wsfb |