summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-aw')
-rw-r--r--security/openssh/files/patch-aw29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/openssh/files/patch-aw b/security/openssh/files/patch-aw
deleted file mode 100644
index 946b865ec625..000000000000
--- a/security/openssh/files/patch-aw
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ru /home/green/ssh/sshd/Makefile ./sshd/Makefile
---- /home/green/ssh/sshd/Makefile Tue Oct 26 03:31:00 1999
-+++ ./sshd/Makefile Mon Nov 8 00:14:02 1999
-@@ -3,13 +3,14 @@
- PROG= sshd
- BINOWN= root
- BINMODE=555
--BINDIR= /usr/sbin
--MAN= sshd.8
-+BINDIR= /sbin
-+MAN8= sshd.8
-
- SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
- pty.c log-server.c login.c servconf.c serverloop.c
-
- .include <bsd.own.mk> # for KERBEROS and AFS
-+.include "../Makefile.inc"
-
- .if (${KERBEROS} == "yes")
- CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
-@@ -29,7 +30,7 @@
-
- .include <bsd.prog.mk>
-
--LDADD+= -lcrypto -lutil -lz
-+LDADD+= -lutil -lz -lcrypt ${CRYPTOLIBS}
- DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
-
- .if (${TCP_WRAPPERS} == "yes")