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