]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: move common Makefile boilerplate to a new ssh.mk
authorEd Maste <emaste@FreeBSD.org>
Tue, 2 Nov 2021 18:48:33 +0000 (14:48 -0400)
committerEd Maste <emaste@FreeBSD.org>
Wed, 3 Nov 2021 23:38:05 +0000 (19:38 -0400)
commit9d63429fa16352f58037ac2aa6ddc734b25e8331
tree247b483b678ab3dbebf95341d19ed70e32da8222
parent80f21bb039cef279e50e1b791b2808b916009bf6
ssh: move common Makefile boilerplate to a new ssh.mk

This moves SSHDIR and ssh_namespace.h handling to a common location,
and will simplify future work such as adding U2F support (D32509).

Reviewed by: kevans
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32808
14 files changed:
secure/Makefile.inc
secure/lib/libssh/Makefile
secure/libexec/sftp-server/Makefile
secure/libexec/ssh-keysign/Makefile
secure/libexec/ssh-pkcs11-helper/Makefile
secure/ssh.mk [new file with mode: 0644]
secure/usr.bin/scp/Makefile
secure/usr.bin/sftp/Makefile
secure/usr.bin/ssh-add/Makefile
secure/usr.bin/ssh-agent/Makefile
secure/usr.bin/ssh-keygen/Makefile
secure/usr.bin/ssh-keyscan/Makefile
secure/usr.bin/ssh/Makefile
secure/usr.sbin/sshd/Makefile