summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-pkcs11-helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/ssh-pkcs11-helper/Makefile')
-rw-r--r--usr.bin/ssh/ssh-pkcs11-helper/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-pkcs11-helper/Makefile b/usr.bin/ssh/ssh-pkcs11-helper/Makefile
index cef4618c485..c625766642f 100644
--- a/usr.bin/ssh/ssh-pkcs11-helper/Makefile
+++ b/usr.bin/ssh/ssh-pkcs11-helper/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2019/09/06 05:59:41 djm Exp $
+# $OpenBSD: Makefile,v 1.10 2019/11/14 21:27:31 djm Exp $
.PATH: ${.CURDIR}/..
@@ -13,5 +13,8 @@ MAN= ssh-pkcs11-helper.8
.include <bsd.prog.mk>
+LDADD+= -lfido2 -lcbor -lusbhid
+DPADD+= ${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID}
+
LDADD+= -lcrypto -lutil
DPADD+= ${LIBCRYPTO} ${LIBUTIL}