diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2019-02-09 00:31:07 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2019-02-09 00:31:07 +0000 |
commit | 590257c2a6942319b9f992adfe02bbeee4025995 (patch) | |
tree | d490d1f0e60c89b748d7121fb846e0009cf5537a /driver | |
parent | 345f294071c460eef75c57d233b5f0aa9f1a3dd8 (diff) |
Delete xf86-input-usbtablet target on luna88k, because luna88k
does not have USB support.
ok matthieu@
Diffstat (limited to 'driver')
-rw-r--r-- | driver/Makefile | 5 |
1 files 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} |