summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7736f8bac02b5bb46b2cdde99281aca459aa4c1f (plain)
1
2
3
4
5
6
7
8
9
MAN=    ssh-tmux.1
BINDIR= /usr/local/bin
MANDIR= /usr/local/man/man

beforeinstall:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/ssh-tmux.sh ${DESTDIR}${BINDIR}/ssh-tmux

.include <bsd.prog.mk>
Generated by cgit. See skreutz.com for my tech blog and contact information.