=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Makefile,v retrieving revision 1.110 retrieving revision 1.111 diff -c -r1.110 -r1.111 *** src/usr.bin/tmux/Makefile 2022/06/30 09:55:53 1.110 --- src/usr.bin/tmux/Makefile 2023/09/01 14:29:11 1.111 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.110 2022/06/30 09:55:53 nicm Exp $ PROG= tmux SRCS= alerts.c \ --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.111 2023/09/01 14:29:11 nicm Exp $ PROG= tmux SRCS= alerts.c \ *************** *** 121,126 **** --- 121,127 ---- tty-term.c \ tty.c \ utf8.c \ + utf8-combined.c \ window-buffer.c \ window-client.c \ window-clock.c \