summaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh-keygen/Makefile
blob: c9205e71d2198e99adca8c70d0f50cd5ca5f65a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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}