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