# $FreeBSD: head/secure/usr.bin/ssh-add/Makefile 89705 2002-01-23 15:54:17Z ru $ # PROG= ssh-add SRCS= ssh-add.c LDADD+= -lssh -lcrypto -lz DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ} .include .PATH: ${SSHDIR}