summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keysign/Makefile
blob: 58a8503038255041cb495ce7f2cc44952f1df1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
#

PROG=	ssh-keysign
SRCS=	ssh-keysign.c
MAN=	ssh-keysign.8

LDADD+=	-lssh -lcrypto
DPADD+=	${LIBSSH} ${LIBCRYPTO}

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud