diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-04 21:04:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-04 21:04:44 +0000 |
commit | 69b2d345034deaad1ed3e6a7107713027c4989c3 (patch) | |
tree | 33ea0416fb67067f8a46f96f2b4de8ab5f7b5bcf /usr.bin/tmux/Makefile | |
parent | c4951f362efa741b6aaf42f94c0cfb7073db3d9f (diff) |
Switch jobs over to use a bufferevent.
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r-- | usr.bin/tmux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile index a3f4d5e19e7..21bf575745e 100644 --- a/usr.bin/tmux/Makefile +++ b/usr.bin/tmux/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2009/11/04 20:50:11 nicm Exp $ +# $OpenBSD: Makefile,v 1.27 2009/11/04 21:04:43 nicm Exp $ PROG= tmux SRCS= attributes.c buffer-poll.c buffer.c cfg.c \ @@ -35,7 +35,7 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c \ layout-set.c layout.c log.c job.c \ mode-key.c names.c options-cmd.c options.c paste.c procname.c \ resize.c screen-redraw.c screen-write.c screen.c session.c status.c \ - server-fn.c server.c server-client.c server-window.c server-job.c \ + server-fn.c server.c server-client.c server-window.c \ tmux.c tty-keys.c tty-term.c tty.c utf8.c \ window-choose.c window-clock.c window-copy.c window-more.c window.c \ xterm-keys.c xmalloc.c |