summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r--usr.bin/tmux/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile
index d8ae81bdb36..1b47fc04c73 100644
--- a/usr.bin/tmux/Makefile
+++ b/usr.bin/tmux/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.105 2020/05/16 16:02:24 nicm Exp $
+# $OpenBSD: Makefile,v 1.106 2020/05/16 16:30:59 nicm Exp $
PROG= tmux
SRCS= alerts.c \
@@ -123,8 +123,7 @@ SRCS= alerts.c \
window-customize.c \
window-tree.c \
window.c \
- xmalloc.c \
- xterm-keys.c
+ xmalloc.c
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations