xref: /freebsd-14-stable/secure/libexec/ssh-pkcs11-helper/Makefile (revision 74776eba28d86b9384faa7fce5a699a73afced99)
1
2.include <src.opts.mk>
3.include "${SRCTOP}/secure/ssh.mk"
4
5PROG=	ssh-pkcs11-helper
6SRCS=	ssh-pkcs11.c ssh-pkcs11-helper.c
7MAN=	ssh-pkcs11-helper.8
8
9LIBADD=	crypto ssh
10
11.include <bsd.prog.mk>
12
13.PATH:	${SSHDIR}
14