1c6063d0dSWarner Losh.include <src.opts.mk> 29d63429fSEd Maste.include "${SRCTOP}/secure/ssh.mk" 3e1fe3dbaSRuslan Ermilov 4f0a51d9dSBrad DavisCONFS= moduli sshd_config 5f0a51d9dSBrad DavisCONFSDIR= /etc/ssh 6c23e256eSMark MurrayPROG= sshd 70fdf8faeSEd MasteSRCS= sshd.c \ 80fdf8faeSEd Maste platform-listen.c \ 98c6bf983SJose Luis Duran servconf.c sshpty.c srclimit.c groupaccess.c auth2-methods.c \ 10*65d84917SJose Luis Duran dns.c fatal.c compat.c utf8.c authfd.c canohost.c \ 11*65d84917SJose Luis Duran $(SKSRCS) 120bd7d22eSBaptiste DaroussinPACKAGE= ssh 1340e0db94SDag-Erling Smørgrav 148d024c66SDag-Erling SmørgravMAN= sshd.8 sshd_config.5 15c23e256eSMark Murray 16b749a1b9SBryan Drewery# Don't rebuild based on moduli.c 17b749a1b9SBryan Drewerymoduli: .MADE 18b749a1b9SBryan Drewery 190fdf8faeSEd MasteLIBADD= ssh util 20c23e256eSMark Murray 21dcb4ae52SJose Luis Duran.if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no" 22dcb4ae52SJose Luis DuranLIBADD+= gssapi_krb5 gssapi krb5 23dcb4ae52SJose Luis Duran.endif 24dcb4ae52SJose Luis Duran 25233932ccSEnji Cooper.if ${MK_TCP_WRAPPERS} != "no" 26233932ccSEnji CooperLIBADD+= wrap 27233932ccSEnji Cooper.endif 28233932ccSEnji Cooper 29ff75e007SBaptiste DaroussinLIBADD+= crypto 30a9e285b0SKonstantin Belousov 31b8cba406SRuslan Ermilov.include <bsd.prog.mk> 32b8cba406SRuslan Ermilov 332735cfeeSRuslan Ermilov.PATH: ${SSHDIR} 34