summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-04 22:44:53 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-04 22:44:53 +0000
commit5bebbd81d76183be6f9384c5dada0e1732a58313 (patch)
treec0e5cd1933f6300c191bc90feff24ea877ea9b5a /Makefile
parenta02c7e804c8c6b9984e9d09c305199ccec92763f (diff)
Bye-bye buffer*.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e1b5b6c1..88900fd8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# $OpenBSD$
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 \