diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-26 07:54:12 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-26 07:54:12 +0000 |
| commit | 1ef4beca5f550dfd8b86c685dc8a4a60281cfc85 (patch) | |
| tree | 67fd92e55b6f5e05a4ad7c9b3850cc6bafcf85c7 /secure/usr.sbin | |
| parent | 3c6ae118864b10176ecb4d1c79c5851bfe0f6fc2 (diff) | |
Notes
Diffstat (limited to 'secure/usr.sbin')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 62ec36287923..3ac7555f2d65 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -9,9 +9,9 @@ BINOWN= root BINMODE=555 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 \ - login_access.c +SRCS= auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c \ + key.c log-server.c login.c login_access.c pty.c servconf.c \ + serverloop.c sshd.c \ CFLAGS+= -DLIBWRAP -DLOGIN_ACCESS -I${LOGINSRC} |
