From e4aebffba1936e14846b20f24844c69b85150559 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 26 Sep 2016 21:19:03 +0000 Subject: Remove kvm groveling code. To restore the lost functionality we need to implement something like a WSKBDIO_GETENCODINGS ioctl that fetches a list of possible encodings for the specified keyboard from the kernel. Until that happens, kbd -l will simple show the same harcoded list of possible encodings as the installer does. Prompted by deraadt@ --- sbin/kbd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/kbd/Makefile') diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index ca5e186b69c..d0c360ea358 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2016/05/11 21:52:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 2016/09/26 21:19:02 kettenis Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or @@ -9,8 +9,6 @@ PROG= kbd SRCS= main.c kbd_wscons.c -LDADD= -lkvm -DPADD= ${LIBKVM} .else NOPROG= Yes -- cgit v1.2.3