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

PROG=	ssh-add
SRCS=	ssh-add.c

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud