# $FreeBSD: head/secure/usr.bin/ssh-agent/Makefile 76264 2001-05-04 04:21:25Z green $ # PROG= ssh-agent SRCS= ssh-agent.c LDADD+= ${LIBSSH} -lcrypto DPADD+= ${LIBSSH} ${LIBCRYPTO} .include .PATH: ${SSHDIR}