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

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

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud