summaryrefslogtreecommitdiffstats
path: root/sys/modules/kbdmux
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-07-14 17:48:04 +0000
committeremax <emax@FreeBSD.org>2005-07-14 17:48:04 +0000
commitc79577cc178f4f944af171fd4dfeaf52e4fd11e1 (patch)
tree44329c89edbefc14864504d2a7715e9e0f180a62 /sys/modules/kbdmux
parent389f3fcd454f21bc15705780b0f155c8d373103f (diff)
downloadFreeBSD-src-c79577cc178f4f944af171fd4dfeaf52e4fd11e1.zip
FreeBSD-src-c79577cc178f4f944af171fd4dfeaf52e4fd11e1.tar.gz
kbdmux(4) keyboard multiplexer integration
o Add sys/dev/kbdmux/kbdmux.c to the source tree o Add sys/modules/kbdmux/Makefile to the source tree These are not yet connected to the build. Man page and other changes to follow. MFC after: 1 week
Diffstat (limited to 'sys/modules/kbdmux')
-rw-r--r--sys/modules/kbdmux/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/kbdmux/Makefile b/sys/modules/kbdmux/Makefile
new file mode 100644
index 0000000..78569ed
--- /dev/null
+++ b/sys/modules/kbdmux/Makefile
@@ -0,0 +1,12 @@
+# $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/kbdmux
+
+KMOD= kbdmux
+SRCS= kbdmux.c opt_kbd.h
+
+opt_kbd.h:
+ echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud