# $FreeBSD$ # PROG= ssh-agent SRCS= ssh-agent.c LDADD+= ${LIBSSH} -lcrypto DPADD+= ${LIBSSH} ${LIBCRYPTO} .include .PATH: ${SSHDIR}