diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-01 19:30:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-01 19:30:22 +0000 |
commit | 00c3697cab6c355b91e7583ad3d503c0a8797a21 (patch) | |
tree | 211cc3e954e27d6917e1894182e3097151d1b9cf /driver | |
parent | 7ab2c4398b690647a7519f1c38744752d5fd607d (diff) |
Build xf86-video-wildcatfb on OpenBSD/sparc64, and explain how to configure it.
Diffstat (limited to 'driver')
-rw-r--r-- | driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/Makefile b/driver/Makefile index ba7b8c371..dc5bd6d3e 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2008/12/23 09:10:17 matthieu Exp $ +# $OpenBSD: Makefile,v 1.27 2009/01/01 19:30:21 miod Exp $ INPUT_DRV_DEFAULT= \ openbsd-input-usbtablet \ @@ -99,7 +99,7 @@ VIDEO_DRV_sgi= xf86-video-wsfb VIDEO_DRV_sparc64= \ xf86-video-ati xf86-video-mach64 xf86-video-r128 xf86-video-sunffb \ - xf86-video-wsfb + xf86-video-wildcatfb xf86-video-wsfb VIDEO_DRV_vax= |