diff options
Diffstat (limited to 'security/openssh/files/patch-am')
-rw-r--r-- | security/openssh/files/patch-am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh/files/patch-am b/security/openssh/files/patch-am index 25e196b0120e..95eeb35accb6 100644 --- a/security/openssh/files/patch-am +++ b/security/openssh/files/patch-am @@ -1,5 +1,5 @@ ---- /usr/ports/distfiles/OpenSSH-1.2.3/src/usr.bin/ssh/sshd/Makefile Thu Apr 20 17:02:17 2000 -+++ sshd/Makefile Thu Apr 20 17:10:39 2000 +--- sshd/Makefile.orig Thu Apr 27 06:31:57 2000 ++++ sshd/Makefile Fri May 12 07:10:41 2000 @@ -3,14 +3,15 @@ PROG= sshd BINOWN= root @@ -10,8 +10,8 @@ +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 session.c \ - auth.c + pty.c log-server.c login.c servconf.c serverloop.c \ + auth.c auth1.c auth2.c session.c .include <bsd.own.mk> # for KERBEROS and AFS +.include "../Makefile.inc" |