head	1.2;
access;
symbols
	OpenSSH_3_3:1.1.1.1
	OPENBSD:1.1.1
	OpenSSH_3_1: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	2002.03.18.09.55.03;	author des;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
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.2 2001/06/29 07:02:09 markus Exp $

.PATH:		${.CURDIR}/..

CARDLET=	Ssh.bin
DATADIR=	/usr/libdata/ssh

all: ${CARDLET}

clean:
	rm -f ${CARDLET}

install: ${CARDLET}
	install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
	    ${CARDLET} ${DESTDIR}${DATADIR}

Ssh.bin: ${.CURDIR}/Ssh.bin.uu
	uudecode ${.CURDIR}/$@@.uu

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Vendor import of OpenSSH 3.1
@
text
@@
