diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-03-03 23:59:41 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-03-03 23:59:41 +0000 |
commit | 60aa29b022d79166f85315e7b143a8ef43fe91fb (patch) | |
tree | cd90d740be1db2067184ca6b0448d8cb9dd1ecfe /usr.bin/ssh/sshd | |
parent | 191d03f15e0a4300b8d3e6689ec1be5f360ad959 (diff) |
log*.c -> log.c
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index b77c54556b5..45ec2c32dd3 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2001/01/29 01:58:23 niklas Exp $ +# $OpenBSD: Makefile,v 1.36 2001/03/03 23:59:40 markus Exp $ .PATH: ${.CURDIR}/.. @@ -10,7 +10,7 @@ MAN= sshd.8 CFLAGS+=-DHAVE_LOGIN_CAP 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 \ + pty.c login.c servconf.c serverloop.c \ auth.c auth1.c auth2.c auth-options.c session.c dh.c \ auth-chall.c auth2-chall.c groupaccess.c |