Module Name: src
Committed By: christos
Date: Wed Aug 31 17:27:37 UTC 2016
Modified Files:
src/external/bsd/tmux/share/examples/tmux: Makefile
Log Message:
new example file
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tmux/share/examples/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/share/examples/tmux/Makefile
diff -u src/external/bsd/tmux/share/examples/tmux/Makefile:1.1 src/external/bsd/tmux/share/examples/tmux/Makefile:1.2
--- src/external/bsd/tmux/share/examples/tmux/Makefile:1.1 Thu Mar 10 04:18:00 2011
+++ src/external/bsd/tmux/share/examples/tmux/Makefile Wed Aug 31 13:27:37 2016
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2011/03/10 09:18:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/31 17:27:37 christos Exp $
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
SRCDIR= ${NETBSDSRCDIR}/external/bsd/tmux/dist
-.PATH: ${SRCDIR}/examples
+.PATH: ${SRCDIR}
FILESDIR= /usr/share/examples/tmux
FILESMODE= 444
-FILES= screen-keys.conf
+FILES= example_tmux.conf
.endif
.include <bsd.prog.mk>