=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Makefile,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- src/usr.bin/tmux/Makefile 2020/03/11 14:17:55 1.102 +++ src/usr.bin/tmux/Makefile 2020/03/24 08:09:43 1.103 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.102 2020/03/11 14:17:55 nicm Exp $ +# $OpenBSD: Makefile,v 1.103 2020/03/24 08:09:43 nicm Exp $ PROG= tmux SRCS= alerts.c \ @@ -94,6 +94,7 @@ options-table.c \ options.c \ paste.c \ + popup.c \ proc.c \ procname.c \ regsub.c \