git: 8c6bf983a914 - main - secure: Match SRCS with upstream Makefile.in

From: Jose Luis Duran <jlduran_at_FreeBSD.org>
Date: Thu, 17 Apr 2025 19:19:49 UTC
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