From 590257c2a6942319b9f992adfe02bbeee4025995 Mon Sep 17 00:00:00 2001 From: Kenji Aoyama Date: Sat, 9 Feb 2019 00:31:07 +0000 Subject: Delete xf86-input-usbtablet target on luna88k, because luna88k does not have USB support. ok matthieu@ --- driver/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/driver/Makefile b/driver/Makefile index 1d530d978..3340c65ae 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2018/08/27 15:03:23 kettenis Exp $ +# $OpenBSD: Makefile,v 1.72 2019/02/09 00:31:06 aoyama Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -24,7 +24,8 @@ INPUT_DRV_landisk= INPUT_DRV_loongson= ${INPUT_DRV_DEFAULT} -INPUT_DRV_luna88k= ${INPUT_DRV_DEFAULT} +INPUT_DRV_luna88k= xf86-input-keyboard xf86-input-mouse xf86-input-void \ + xf86-input-ws INPUT_DRV_macppc= ${INPUT_DRV_COMMON} -- cgit v1.2.3