diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-04-17 18:59:31 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-04-17 19:12:22 +0000 |
| commit | 8c6bf983a9141e8f3c26e65c27985c92c238b88a (patch) | |
| tree | 1786cf968279bd3b8d994d3650ba6dca89824fd6 /secure | |
| parent | 9440aad19dca73fdd224b128ac2dc2e78191ff15 (diff) | |
secure: Match SRCS with upstream Makefile.in
Reviewed by: emaste
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D49794
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
