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
F151063823: D49795.id.diff
Sun, Apr 5, 5:57 PM
Unknown Object (File)
Sat, Apr 4, 1:49 AM
Unknown Object (File)
Mon, Mar 30, 4:35 PM
Unknown Object (File)
Sat, Mar 28, 7:15 AM
Unknown Object (File)
Thu, Mar 26, 10:39 PM
Unknown Object (File)
Wed, Mar 25, 5:07 AM
Unknown Object (File)
Wed, Mar 18, 1:18 PM
Unknown Object (File)
Wed, Mar 18, 9:35 AM
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