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

PROG=	ssh-agent
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h

DPADD=	${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
LDADD=	-lssh -lcrypt -lcrypto -lz

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud