freebsd-skq/secure/usr.bin/ssh-agent/Makefile
des d78c118916 Revert the commits that made libssh an INTERNALLIB; they caused too much
trouble, especially on amd64.

Requested by:	ru
2005-06-07 09:31:28 +00:00

12 lines
176 B
Makefile

# $FreeBSD$
PROG= ssh-agent
CFLAGS+=-I${SSHDIR}
DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
LDADD= -lssh -lcrypt -lcrypto -lz
.include <bsd.prog.mk>
.PATH: ${SSHDIR}