diff options
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index 7dfe4600d..643b35603 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2007/05/08 16:33:02 matthieu Exp $ +# $OpenBSD: Makefile,v 1.13 2007/05/10 19:35:29 matthieu Exp $ # Broken # xf86-input-calcomp xf86-input-citron xf86-input-dmc @@ -31,6 +31,8 @@ INPUT_DRV_hppa= INPUT_DRV_i386= ${INPUT_DRV_COMMON} xf86-input-vmmouse +INPUT_DRV_landisk= + INPUT_DRV_macppc= ${INPUT_DRV_COMMON} INPUT_DRV_mvme68k= @@ -74,6 +76,8 @@ VIDEO_DRV_i386= \ xf86-video-i740 xf86-video-nsc \ xf86-video-via xf86-video-voodoo +VIDEO_DRV_landisk= + VIDEO_DRV_macppc= \ xf86-video-ati xf86-video-nv xf86-video-wsfb |