summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2015-02-09 23:18:20 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2015-02-09 23:18:20 +0000
commitb7215c44d0a052d4dd760c854ffab7d76e17bb69 (patch)
treec11905800757c6b934a593fb79a47f18d1854b44 /usr.bin/tmux/Makefile
parent8e3eb13f8784dc91d33df8398915069f8205f27a (diff)
Merge clock-mode command into copy-mode.
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r--usr.bin/tmux/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile
index 6c3a379e4c4..16d471a35f9 100644
--- a/usr.bin/tmux/Makefile
+++ b/usr.bin/tmux/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.76 2014/10/27 22:40:29 nicm Exp $
+# $OpenBSD: Makefile,v 1.77 2015/02/09 23:18:19 nicm Exp $
PROG= tmux
SRCS= arguments.c \
@@ -13,7 +13,6 @@ SRCS= arguments.c \
cmd-choose-client.c \
cmd-choose-tree.c \
cmd-clear-history.c \
- cmd-clock-mode.c \
cmd-command-prompt.c \
cmd-confirm-before.c \
cmd-copy-mode.c \