=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Makefile,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- src/usr.bin/tmux/Makefile 2020/05/16 16:02:24 1.105 +++ src/usr.bin/tmux/Makefile 2020/05/16 16:30:59 1.106 @@ -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 @@ 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