mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
152bebfc5c
- Features: Possible use of sftp/sftp-server with older FreeBSD releases. Use a newer version independently from the Base system. Easier to test and fix possible security bugs. - Bugs: build of pam_ssm.so isn't be supported any more Any file named "cookie" can be deleted by this and any older "sshd" with X11 Forwarding.
19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
--- 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}
|