Date: Thu, 17 Apr 2025 19:19:49 GMT From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8c6bf983a914 - main - secure: Match SRCS with upstream Makefile.in Message-ID: <202504171919.53HJJnoh004360@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=8c6bf983a9141e8f3c26e65c27985c92c238b88a commit 8c6bf983a9141e8f3c26e65c27985c92c238b88a Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2025-04-17 18:59:31 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2025-04-17 19:12:22 +0000 secure: Match SRCS with upstream Makefile.in Reviewed by: emaste Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D49794 --- secure/usr.sbin/sshd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 23a053f27ae7..935badfda561 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -6,7 +6,8 @@ CONFSDIR= /etc/ssh PROG= sshd SRCS= sshd.c \ platform-listen.c \ - servconf.c sshpty.c srclimit.c groupaccess.c auth2-methods.c + servconf.c sshpty.c srclimit.c groupaccess.c auth2-methods.c \ + dns.c fatal.c compat.c utf8.c authfd.c canohost.c PACKAGE= ssh MAN= sshd.8 sshd_config.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504171919.53HJJnoh004360>