freebsd-ports/security/openssh/files/patch-sftp-Makefile
Dirk Meyer bf0a21e0d5 - Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
2001-10-03 13:15:16 +00:00

19 lines
353 B
Text

--- sftp/Makefile.orig Fri May 4 01:09:57 2001
+++ sftp/Makefile Wed Oct 3 13:10:32 2001
@@ -7,13 +7,13 @@
BINMODE?=555
-BINDIR= /usr/bin
-MAN= sftp.1
+BINDIR= /bin
+MAN1= sftp.1
SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c misc.c
.include <bsd.prog.mk>
-LDADD+= -lcrypto
+LDADD+= ${CRYPTOLIBS}
DPADD+= ${LIBCRYPTO}