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