Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tmux/usr.bin/tmux do it like the others



details:   https://anonhg.NetBSD.org/src/rev/b2877cb1e5cc
branches:  trunk
changeset: 335891:b2877cb1e5cc
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 29 03:26:27 2015 +0000

description:
do it like the others

diffstat:

 external/bsd/tmux/usr.bin/tmux/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a30bada0f1f3 -r b2877cb1e5cc external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Thu Jan 29 03:25:36 2015 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Thu Jan 29 03:26:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/01/29 03:25:36 christos Exp $
+# $NetBSD: Makefile,v 1.15 2015/01/29 03:26:27 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -143,6 +143,7 @@
 #SRCS+=                forkpty-hpux.c
 SRCS+=         imsg-buffer.c
 SRCS+=         imsg.c
+#SRCS+=                strtonum.c
 #SRCS+=                unvis.c
 #SRCS+=                vis.c
 



Home | Main Index | Thread Index | Old Index