summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ar
blob: c5607283870c1287b94ef5489b344b468bb8e07f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -ru /home/green/ssh/ssh-agent/Makefile ./ssh-agent/Makefile
--- /home/green/ssh/ssh-agent/Makefile	Thu Oct 28 03:32:00 1999
+++ ./ssh-agent/Makefile	Mon Nov  8 00:13:41 1999
@@ -10,12 +10,12 @@
 BINMODE?=555
 .endif
 
-BINDIR=	/usr/bin
-MAN=	ssh-agent.1
+BINDIR=	/bin
+MAN1=	ssh-agent.1
 
 SRCS=	ssh-agent.c log-client.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto -lutil -lz
+LDADD+=	-lutil -lz ${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}