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