Upstream commit 7b47b40b1 ("adapt Makefile to ssh-sk-client everywhere")
adapted the Makefiles to ssh-sk-client. Do the same here.
Details
Details
- Reviewers
emaste - Commits
- rG65d8491719bb: secure: Adapt Makefile to ssh-sk-client everywhere
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
secure/libexec/ssh-keysign/Makefile | ||
---|---|---|
6 | Do we want to also use ${SKOBJS} as upstream (and have that set in secure/ssh.mk)? |
secure/libexec/ssh-keysign/Makefile | ||
---|---|---|
6 | 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 |
Hrmph I copy and pasted it without paying close enough attention. ${SKSRCS} makes sense. |
Comment Actions
Address suggestions:
- Move $(SKSRCS) to our central location (secure/ssh.mk), matching upstream Makefile.in as close as possible