summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-agent-Makefile
blob: c1a75662404e54d0bc119688099ff504b7cab446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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 <bsd.prog.mk>
 
-LDADD+=	-lcrypto
+LDADD+=	${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO}