diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-08 14:46:40 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-08 14:46:40 +0000 |
commit | ca37c8e18a2096e70bf448d7137b7e1935f8d3b6 (patch) | |
tree | b731389a16c3e8c14022834154f3526b10b7fd26 /driver/Makefile | |
parent | 1d20b070e884403d52aecda35d6b825f796963ed (diff) |
no video driver for hppa for now
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index 88f987338..f97237b4e 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2007/04/20 10:23:52 matthieu Exp $ +# $OpenBSD: Makefile,v 1.11 2007/05/08 14:46:39 todd Exp $ # Broken # xf86-input-calcomp xf86-input-citron xf86-input-dmc @@ -78,6 +78,7 @@ VIDEO_DRV_macppc= \ VIDEO_DRV_mvme68k= VIDEO_DRV_mvme88k= VIDEO_DRV_sgi= +VIDEO_DRV_hppa= VIDEO_DRV_sparc64= \ xf86-video-ati xf86-video-wsfb |