From d78c11891694d603e264051b72f7bfd1374b67a1 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 7 Jun 2005 09:31:28 +0000 Subject: Revert the commits that made libssh an INTERNALLIB; they caused too much trouble, especially on amd64. Requested by: ru --- secure/usr.bin/ssh-agent/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'secure/usr.bin/ssh-agent') diff --git a/secure/usr.bin/ssh-agent/Makefile b/secure/usr.bin/ssh-agent/Makefile index 9aa2084..2f88a6d 100644 --- a/secure/usr.bin/ssh-agent/Makefile +++ b/secure/usr.bin/ssh-agent/Makefile @@ -1,12 +1,10 @@ # $FreeBSD$ -LIBSSH= ${.OBJDIR}/../../lib/libssh/libssh.a - PROG= ssh-agent CFLAGS+=-I${SSHDIR} DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} -LDADD= ${LIBSSH} -lcrypt -lcrypto -lz +LDADD= -lssh -lcrypt -lcrypto -lz .include -- cgit v1.1