Page MenuHomeFreeBSD

secure: Adapt Makefile to ssh-sk-client everywhere
ClosedPublic

Authored by jlduran on Apr 12 2025, 2:35 AM.
Tags
None
Referenced Files
F169928989: D49795.diff
Thu, Sep 3, 12:17 AM
F169920954: D49795.id.diff
Wed, Sep 2, 11:38 PM
Unknown Object (File)
Tue, Sep 1, 2:42 AM
Unknown Object (File)
Mon, Aug 31, 11:35 PM
Unknown Object (File)
Mon, Aug 31, 10:13 PM
Unknown Object (File)
Mon, Aug 31, 4:38 PM
Unknown Object (File)
Mon, Aug 31, 3:26 AM
Unknown Object (File)
Sat, Aug 29, 11:49 PM
Subscribers

Details

Summary

Upstream commit 7b47b40b1 ("adapt Makefile to ssh-sk-client everywhere")
adapted the Makefiles to ssh-sk-client. Do the same here.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

secure/libexec/ssh-keysign/Makefile
6 ↗(On Diff #153563)

Do we want to also use ${SKOBJS} as upstream (and have that set in secure/ssh.mk)?

secure/libexec/ssh-keysign/Makefile
6 ↗(On Diff #153563)

I'd like that, but the name should not indicate it's an object (theirs is). So ${SKSRCS} perhaps?

secure/libexec/ssh-keysign/Makefile
6 ↗(On Diff #153563)

I'd like that, but the name should not indicate it's an object (theirs is). So ${SKSRCS} perhaps?

Hrmph I copy and pasted it without paying close enough attention. ${SKSRCS} makes sense.

jlduran marked 2 inline comments as done.

Address suggestions:

  • Move $(SKSRCS) to our central location (secure/ssh.mk), matching upstream Makefile.in as close as possible
This revision is now accepted and ready to land.Apr 12 2025, 4:56 PM