summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-keygen-Makefile
blob: 1ed89ae0966e2a4c1a1ec30388c701785f164168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ssh-keygen/Makefile.orig	Sun Mar  4 01:51:26 2001
+++ ssh-keygen/Makefile	Sat May 26 15:02:25 2001
@@ -7,12 +7,12 @@
 
 BINMODE?=555
 
-BINDIR=	/usr/bin
-MAN=	ssh-keygen.1
+BINDIR=	/bin
+MAN1=	ssh-keygen.1
 
 SRCS=	ssh-keygen.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto
+LDADD+=	${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO}