We have to use SOCK_SEQPACKET instead of SOCK_STREAM for client/server communication, because UDS does things with control messages that tmux does not expect. Change-Id: I3edb1875d61fb976cf6485c650f4fd4b82fa354c
15 lines
286 B
Makefile
15 lines
286 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/03/10 09:18:00 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
SRCDIR= ${NETBSDSRCDIR}/external/bsd/tmux/dist
|
|
.PATH: ${SRCDIR}/examples
|
|
|
|
FILESDIR= /usr/share/examples/tmux
|
|
FILESMODE= 444
|
|
FILES= screen-keys.conf
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|