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 @@ -1,31 +1,32 @@ .include .include "${SRCTOP}/secure/ssh.mk" CONFS= moduli sshd_config 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 # Don't rebuild based on moduli.c moduli: .MADE LIBADD= ssh util .if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no" LIBADD+= gssapi_krb5 gssapi krb5 .endif .if ${MK_TCP_WRAPPERS} != "no" LIBADD+= wrap .endif LIBADD+= crypto .include .PATH: ${SSHDIR}