summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/ssh-keygen/Makefile')
-rw-r--r--usr.bin/ssh/ssh-keygen/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen/Makefile b/usr.bin/ssh/ssh-keygen/Makefile
index 6fbae1f8213..7bf2cd3d132 100644
--- a/usr.bin/ssh/ssh-keygen/Makefile
+++ b/usr.bin/ssh/ssh-keygen/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 2019/10/31 21:23:19 djm Exp $
+# $OpenBSD: Makefile,v 1.35 2019/11/14 21:27:30 djm Exp $
.PATH: ${.CURDIR}/..
@@ -17,3 +17,5 @@ BINDIR= /usr/bin
LDADD+= -lcrypto -lutil
DPADD+= ${LIBCRYPTO} ${LIBUTIL}
+LDADD+= -lfido2 -lcbor -lusbhid
+DPADD+= ${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID}