summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-keyscan/Makefile
blob: 2ea5c23934c4ce35c5862fdb58d66e13ccde7eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.4 2001/08/05 23:18:20 markus Exp $

.PATH:		${.CURDIR}/..

PROG=	ssh-keyscan
BINOWN=	root

BINMODE?=555

BINDIR=	/usr/bin
MAN=	ssh-keyscan.1

SRCS=	ssh-keyscan.c

.include <bsd.prog.mk>

LDADD+= -lcrypto -lz
DPADD+= ${LIBCRYPTO} ${LIBZ}
OpenPOWER on IntegriCloud