--- ssh-agent/Makefile.orig Sun Mar 4 01:51:25 2001 +++ ssh-agent/Makefile Sat May 26 14:58:48 2001 @@ -7,12 +7,12 @@ BINMODE?=555 -BINDIR= /usr/bin -MAN= ssh-agent.1 +BINDIR= /bin +MAN1= ssh-agent.1 SRCS= ssh-agent.c .include -LDADD+= -lcrypto +LDADD+= ${CRYPTOLIBS} DPADD+= ${LIBCRYPTO}