aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-03-10 18:04:03 +0000
committerEd Maste <emaste@FreeBSD.org>2026-03-10 18:04:03 +0000
commit17ecafb37c65632e1e2f6afb7049332f544b75a0 (patch)
treec91beec59da56218afced35b14087d362b5bba8e /Makefile.in
parent6409980cbba7323bd1c86249ed16f8bea9fa5490 (diff)
Vendor import of OpenSSH 10.2p1vendor/openssh/10.2p1vendor/openssh
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 760fbaa5b997..ba17a79f0d3d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,7 +158,7 @@ SSHADD_OBJS= ssh-add.o $(P11OBJS) $(SKOBJS)
SSHAGENT_OBJS= ssh-agent.o $(P11OBJS) $(SKOBJS)
-SSHKEYGEN_OBJS= ssh-keygen.o sshsig.o $(P11OBJS) $(SKOBJS)
+SSHKEYGEN_OBJS= ssh-keygen.o sshsig.o ssh-pkcs11.o $(SKOBJS)
SSHKEYSIGN_OBJS=ssh-keysign.o readconf.o uidswap.o $(P11OBJS) $(SKOBJS)