diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-25 18:14:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-25 18:14:21 +0000 |
commit | 7b612f9706bf91820dfcfacfd1428f400fd0942b (patch) | |
tree | 027fae370e5a3de40b0d552f1494052b092a25ea /driver | |
parent | b78a7031bc2b387781902123c4ac82520435289f (diff) |
X11 clients for OpenBSD/aviion. ok matthieu@
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 a67b9057b..c3bf3ce7e 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2013/08/17 17:01:23 bcallah Exp $ +# $OpenBSD: Makefile,v 1.57 2013/10/25 18:14:20 miod Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -16,6 +16,8 @@ INPUT_DRV_alpha= INPUT_DRV_amd64= ${INPUT_DRV_COMMON} xf86-input-synaptics xf86-input-vmmouse +INPUT_DRV_aviion= + INPUT_DRV_hp300= ${INPUT_DRV_DEFAULT} INPUT_DRV_hppa= ${INPUT_DRV_DEFAULT} @@ -66,6 +68,8 @@ VIDEO_DRV_amd64= \ VIDEO_DRV_armish= \ xf86-video-wsfb xf86-video-wsudl +VIDEO_DRV_aviion= + VIDEO_DRV_hp300= \ xf86-video-wsfb |