diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-11-08 06:20:54 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-11-08 06:20:54 +0000 |
| commit | 406efcfe3baa31b183abdd4ff6caaaee1bf48844 (patch) | |
| tree | 4d819b37b0db4c37f8780d7192810d52877a985b /security/openssh/files/patch-ap | |
| parent | fb16378220966b6c90a46b7bba33e9929ec27545 (diff) | |
Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
Diffstat (limited to 'security/openssh/files/patch-ap')
| -rw-r--r-- | security/openssh/files/patch-ap | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ap b/security/openssh/files/patch-ap new file mode 100644 index 000000000000..69044b65701d --- /dev/null +++ b/security/openssh/files/patch-ap @@ -0,0 +1,28 @@ +diff -ru /home/green/ssh/ssh/Makefile ./ssh/Makefile +--- /home/green/ssh/ssh/Makefile Tue Oct 26 03:31:00 1999 ++++ ./ssh/Makefile Mon Nov 8 00:13:55 1999 +@@ -10,14 +10,15 @@ + BINMODE?=4555 + .endif + +-BINDIR= /usr/bin +-MAN= ssh.1 ++BINDIR= /bin ++MAN1= ssh.1 + LINKS= ${BINDIR}/ssh ${BINDIR}/slogin + MLINKS= ssh.1 slogin.1 + + SRCS= ssh.c sshconnect.c log-client.c readconf.c clientloop.c + + .include <bsd.own.mk> # for AFS ++.include "../Makefile.inc" + + .if (${KERBEROS} == "yes") + CFLAGS+= -DKRB4 -I/usr/include/kerberosIV +@@ -32,5 +33,5 @@ + + .include <bsd.prog.mk> + +-LDADD+= -lutil -lz -lcrypto ++LDADD+= -lutil -lz ${CRYPTOLIBS} + DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} |
