diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-03-16 01:24:44 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-03-16 01:24:44 +0000 |
commit | 6b7eed9f16fb6559037ec54b265d8a72be991c06 (patch) | |
tree | d7bbfe35ee04072f3a28cd0282d34eafd8dc1d10 /driver | |
parent | 97b6935dc88a727ec4cef9353b5b1642d1e1c28b (diff) |
Add xenocara defines/files for luna88k, no X server at this moment.
ok miod@
Diffstat (limited to 'driver')
-rw-r--r-- | driver/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index ceda2b694..6b70be272 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2013/03/14 20:49:52 miod Exp $ +# $OpenBSD: Makefile,v 1.54 2013/03/16 01:24:43 aoyama Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -26,6 +26,8 @@ INPUT_DRV_landisk= INPUT_DRV_loongson= ${INPUT_DRV_DEFAULT} +INPUT_DRV_luna88k= + INPUT_DRV_macppc= ${INPUT_DRV_COMMON} INPUT_DRV_mvme68k= @@ -80,6 +82,8 @@ VIDEO_DRV_landisk= VIDEO_DRV_loongson= \ xf86-video-wsfb +VIDEO_DRV_luna88k= + VIDEO_DRV_macppc= \ xf86-video-ati xf86-video-mach64 xf86-video-nv xf86-video-r128 \ xf86-video-radeonold xf86-video-wsfb xf86-video-wsudl |