mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
Commit9d63429fa1("ssh: move common Makefile boilerplate to a new ssh.mk") introduced ssh.mk for common OpenSSH paths and flags, as part of enabling FIDO/U2F. Move duplicated MK_LDNS and MK_TCP_WRAPPERS handling there. Reviewed by: kevans Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31896 (cherry picked from commitd71e7e57fc)
13 lines
166 B
Makefile
13 lines
166 B
Makefile
|
|
.include <src.opts.mk>
|
|
.include "${SRCTOP}/secure/ssh.mk"
|
|
|
|
PROG= ssh-keyscan
|
|
SRCS= ssh-keyscan.c
|
|
PACKAGE= ssh
|
|
|
|
LIBADD= ssh
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SSHDIR}
|