diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-04 22:44:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-04 22:44:54 +0000 |
commit | 07270dd1c8f05739bd9f3ec8533d8cf97ef1709e (patch) | |
tree | 0826aca1a2d13625bf2995fe1789760ebc290011 /usr.bin/tmux/Makefile | |
parent | dfb9b83ba668ae18082113a9efa8908a3c0c304a (diff) |
Bye-bye buffer*.c.
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r-- | usr.bin/tmux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile index 21bf575745e..172476eec96 100644 --- a/usr.bin/tmux/Makefile +++ b/usr.bin/tmux/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.27 2009/11/04 21:04:43 nicm Exp $ +# $OpenBSD: Makefile,v 1.28 2009/11/04 22:44:53 nicm Exp $ PROG= tmux -SRCS= attributes.c buffer-poll.c buffer.c cfg.c \ - client.c clock.c cmd-attach-session.c cmd-bind-key.c \ +SRCS= attributes.c cfg.c client.c clock.c \ + cmd-attach-session.c cmd-bind-key.c \ cmd-break-pane.c cmd-choose-session.c cmd-choose-window.c \ cmd-clear-history.c cmd-clock-mode.c cmd-command-prompt.c \ cmd-confirm-before.c cmd-copy-buffer.c cmd-copy-mode.c \ |