1# $FreeBSD$ 2# 3 4PROG= scp 5SRCS= scp.c 6 7DPADD= ${LIBSSH} 8LDADD= -lssh 9 10.include <bsd.prog.mk> 11 12.PATH: ${SSHDIR} 13