Path: blob/main/secure/libexec/ssh-pkcs11-helper/Makefile
48144 views
.include <src.opts.mk>
.include "${SRCTOP}/secure/ssh.mk"
PROG= ssh-pkcs11-helper
SRCS= ssh-pkcs11-helper.c ssh-pkcs11.c $(SKSRCS)
MAN= ssh-pkcs11-helper.8
LIBADD= crypto ssh
.include <bsd.prog.mk>
.PATH: ${SSHDIR}