Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/secure/libexec/ssh-keysign/Makefile
39476 views
.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}