mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Upstream commit 7b47b40b1 ("adapt Makefile to ssh-sk-client everywhere")
adapted the Makefiles to ssh-sk-client. Do the same here.
Reviewed by: emaste
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D49795
13 lines
222 B
Makefile
13 lines
222 B
Makefile
.include <src.opts.mk>
|
|
.include "${SRCTOP}/secure/ssh.mk"
|
|
|
|
PROG= ssh-keysign
|
|
SRCS= ssh-keysign.c readconf.c uidswap.c $(SKSRCS)
|
|
MAN= ssh-keysign.8
|
|
BINMODE=4555
|
|
|
|
LIBADD= crypto ssh
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SSHDIR}
|