1*e9a99463SEd Maste.include <src.opts.mk> 2*e9a99463SEd Maste.include "${SRCTOP}/secure/ssh.mk" 3*e9a99463SEd Maste 4*e9a99463SEd MastePROG= ssh-sk-helper 5*e9a99463SEd MasteSRCS= ssh-sk-helper.c ssh-sk.c sk-usbhid.c 6*e9a99463SEd MasteMAN= ssh-sk-helper.8 7*e9a99463SEd MasteCFLAGS+=-I${SRCTOP}/contrib/libfido2/src 8*e9a99463SEd Maste 9*e9a99463SEd MasteLIBADD= ssh crypto z 10*e9a99463SEd Maste.if ${MK_USB} != "no" 11*e9a99463SEd MasteLIBADD+= fido2 cbor 12*e9a99463SEd Maste.endif 13*e9a99463SEd Maste 14*e9a99463SEd Maste.include <bsd.prog.mk> 15*e9a99463SEd Maste 16*e9a99463SEd Maste.PATH: ${SSHDIR} 17