summaryrefslogtreecommitdiff
path: root/sbin/kbd/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2016-09-26 21:19:03 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2016-09-26 21:19:03 +0000
commite4aebffba1936e14846b20f24844c69b85150559 (patch)
treec6c0f327d1d340544df73cc439130fed6bc99717 /sbin/kbd/Makefile
parente4283ac443f31ab8dd0b38fe3d897862c417ee95 (diff)
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@
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r--sbin/kbd/Makefile4
1 files changed, 1 insertions, 3 deletions
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