head	1.2;
access;
symbols
	OpenSSH_3_3:1.1.1.2
	OpenSSH_3_1:1.1.1.2
	OpenBSD:1.1.1
	OpenSSH_2_9:1.1.1.1
	OPENBSD:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.06.27.22.42.11;	author des;	state dead;
branches;
next	1.1;

1.1
date	2001.05.04.03.57.05;	author green;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.05.04.03.57.05;	author green;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2002.03.18.09.55.03;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Forcibly revert to mainline.
@
text
@#	$OpenBSD: Makefile,v 1.3 2001/03/03 23:59:39 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
DPADD+=	${LIBCRYPTO}
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Say "hi" to the latest in the OpenSSH series, version 2.9!

Happy birthday to:	rwatson
@
text
@@


1.1.1.2
log
@Vendor import of OpenSSH 3.1
@
text
@d1 1
a1 1
#	$OpenBSD: Makefile,v 1.4 2001/08/05 23:18:20 markus Exp $
d17 2
a18 2
LDADD+= -lcrypto -lz
DPADD+= ${LIBCRYPTO} ${LIBZ}
@

