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

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

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
OpenPOWER on IntegriCloud