=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Makefile,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/tmux/Makefile 2010/12/30 23:16:18 1.47 +++ src/usr.bin/tmux/Makefile 2011/01/01 16:51:21 1.48 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2010/12/30 23:16:18 nicm Exp $ +# $OpenBSD: Makefile,v 1.48 2011/01/01 16:51:21 nicm Exp $ PROG= tmux SRCS= attributes.c cfg.c client.c clock.c \ @@ -32,7 +32,7 @@ colour.c environ.c grid-view.c grid-utf8.c grid.c input-keys.c \ input.c key-bindings.c key-string.c \ layout-custom.c layout-set.c layout-string.c layout.c log.c job.c \ - mode-key.c names.c options.c paste.c procname.c \ + mode-key.c names.c options.c options-table.c paste.c procname.c \ resize.c screen-redraw.c screen-write.c screen.c session.c status.c \ signal.c server-fn.c server.c server-client.c server-window.c \ tmux.c tty-acs.c tty-keys.c tty-term.c tty.c utf8.c \