aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-keysign/Makefile
blob: 129b34199fad1dc63386a30689d10257f6ba53be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

.include <src.opts.mk>
.include "${SRCTOP}/secure/ssh.mk"

PROG=	ssh-keysign
SRCS=	ssh-keysign.c readconf.c uidswap.c
MAN=	ssh-keysign.8
BINMODE=4555

LIBADD=	crypto ssh

.include <bsd.prog.mk>

.PATH:	${SSHDIR}