xref: /freebsd/secure/libexec/ssh-sk-helper/Makefile (revision e9a994639b2af232f994ba2ad23ca45a17718d2b)
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