summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-add/Makefile
blob: 6540575278044032bd2e3ba66ffc87f2a01b8e9b (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	ssh-add

DPADD=	${LIBSSH} ${LIBCRYPTO}
LDADD=	-lssh -lcrypto

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud