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