Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/secure/usr.bin/ssh-keygen/Makefile
102328 views
.include <src.opts.mk>
.include "${SRCTOP}/secure/ssh.mk"

PROG=	ssh-keygen
SRCS=	ssh-keygen.c sshsig.c $(SKSRCS)
PACKAGE=	ssh

LIBADD=	crypto ssh

.include <bsd.prog.mk>

.PATH:	${SSHDIR}