summaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-keysign/Makefile
blob: 0ec54697aa81bca2f30b0f9739423e7a1e50d915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.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}