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.10;	author des;	state dead;
branches;
next	1.1;

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

1.1.1.1
date	2001.05.04.03.57.04;	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.4 2001/04/16 02:31:52 mouring Exp $

.PATH:		${.CURDIR}/..

PROG=	sftp
BINOWN=	root

BINMODE?=555

BINDIR=	/usr/bin
MAN=	sftp.1

SRCS=	sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.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.5 2001/05/03 23:09:57 mouring Exp $
d13 1
a13 1
SRCS=	sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c misc.c
@

