Module Name:    src
Committed By:   christos
Date:           Thu Jan 29 03:26:27 UTC 2015

Modified Files:
        src/external/bsd/tmux/usr.bin/tmux: Makefile

Log Message:
do it like the others


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/tmux/usr.bin/tmux/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tmux/usr.bin/tmux/Makefile
diff -u src/external/bsd/tmux/usr.bin/tmux/Makefile:1.14 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.15
--- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.14	Wed Jan 28 22:25:36 2015
+++ src/external/bsd/tmux/usr.bin/tmux/Makefile	Wed Jan 28 22:26:27 2015
@@ -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+=		utmp.c
 #SRCS+=		forkpty-hpux.c
 SRCS+=		imsg-buffer.c
 SRCS+=		imsg.c
+#SRCS+=		strtonum.c
 #SRCS+=		unvis.c
 #SRCS+=		vis.c
 

Reply via email to