# $FreeBSD: head/secure/usr.bin/ssh-agent/Makefile 90405 2002-02-08 13:42:58Z ru $ # PROG= ssh-agent SRCS= ssh-agent.c LDADD+= -lssh -lcrypto DPADD+= ${LIBSSH} ${LIBCRYPTO} .include .PATH: ${SSHDIR}