summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-at
blob: cfb1fe69fbc9be55372f3d9d5fc1804e6fe24c36 (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-keygen/Makefile ./ssh-keygen/Makefile
--- /home/green/ssh/ssh-keygen/Makefile	Thu Oct 28 03:32:00 1999
+++ ./ssh-keygen/Makefile	Mon Nov  8 00:13:47 1999
@@ -10,12 +10,12 @@
 BINMODE?=555
 .endif
 
-BINDIR=	/usr/bin
-MAN=	ssh-keygen.1
+BINDIR=	/bin
+MAN1=	ssh-keygen.1
 
 SRCS=	ssh-keygen.c log-client.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto -lutil -lz
+LDADD+=	-lutil -lz ${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}