diff options
author | Ulf Brosziewski <bru@cvs.openbsd.org> | 2017-07-21 20:38:21 +0000 |
---|---|---|
committer | Ulf Brosziewski <bru@cvs.openbsd.org> | 2017-07-21 20:38:21 +0000 |
commit | 0ffe602890e2d2a20d14c9b6b97feef9a73c4229 (patch) | |
tree | 1ff9fd91a62142b2d78ce2a3ed54f4dad5228737 /sbin/wsconsctl/Makefile | |
parent | 91b9b66787de23b3afc7ffde4ce00de6b24ddf98 (diff) |
Add fields for wsmouse/touchpad configuration.
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index d9095d30669..260e1562ca5 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.43 2017/07/10 21:30:37 espie Exp $ +# $OpenBSD: Makefile,v 1.44 2017/07/21 20:38:20 bru Exp $ .if ${MACHINE} != "octeon" PROG= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ - mouse.c util.c wsconsctl.c + mouse.c mousecfg.c util.c wsconsctl.c CPPFLAGS+= -I${.CURDIR} -I. CLEANFILES+= keysym.h |