=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Makefile,v retrieving revision 1.103 retrieving revision 1.104 diff -c -r1.103 -r1.104 *** src/usr.bin/tmux/Makefile 2020/03/24 08:09:43 1.103 --- src/usr.bin/tmux/Makefile 2020/04/20 13:25:36 1.104 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.103 2020/03/24 08:09:43 nicm Exp $ PROG= tmux SRCS= alerts.c \ --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.104 2020/04/20 13:25:36 nicm Exp $ PROG= tmux SRCS= alerts.c \ *************** *** 111,116 **** --- 111,117 ---- style.c \ tmux.c \ tty-acs.c \ + tty-features.c \ tty-keys.c \ tty-term.c \ tty.c \