1# $FreeBSD$ 2 3PROG= ssh-add 4 5DPADD= ${LIBSSH} ${LIBCRYPTO} 6LDADD= -lssh -lcrypto 7 8.include <bsd.prog.mk> 9 10.PATH: ${SSHDIR} 11