head	1.5;
access;
symbols
	RELENG_4_11_0_RELEASE:1.4.2.3
	RELENG_4_11:1.4.2.3.0.10
	RELENG_4_11_BP:1.4.2.3
	RELENG_4_10_0_RELEASE:1.4.2.3
	RELENG_4_10:1.4.2.3.0.8
	RELENG_4_10_BP:1.4.2.3
	RELENG_4_9_0_RELEASE:1.4.2.3
	RELENG_4_9:1.4.2.3.0.6
	RELENG_4_9_BP:1.4.2.3
	RELENG_4_8_0_RELEASE:1.4.2.3
	RELENG_4_8:1.4.2.3.0.4
	RELENG_4_8_BP:1.4.2.3
	RELENG_4_7_0_RELEASE:1.4.2.3
	RELENG_4_7:1.4.2.3.0.2
	RELENG_4_7_BP:1.4.2.3
	RELENG_4:1.4.0.2;
locks; strict;
comment	@# @;


1.5
date	2002.07.05.08.39.09;	author des;	state dead;
branches;
next	1.4;

1.4
date	2002.06.25.19.10.09;	author des;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	2002.06.24.12.32.30;	author des;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.24.10.16.38;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.23.16.09.28;	author des;	state Exp;
branches;
next	;

1.4.2.1
date	2002.07.03.22.13.26;	author des;	state Exp;
branches;
next	1.4.2.2;

1.4.2.2
date	2002.07.03.22.20.33;	author des;	state Exp;
branches;
next	1.4.2.3;

1.4.2.3
date	2002.07.05.11.11.02;	author des;	state dead;
branches;
next	;


desc
@@


1.5
log
@ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be
setuid so ssh(1) doesn't have to be.

Pointy hat to:	des
Submitted by:	Katsuyuki TATEISHI <katsu@@iec.hiroshima-u.ac.jp>
@
text
@# $FreeBSD: src/secure/usr.bin/ssh-keysign/Makefile,v 1.4 2002/06/25 19:10:09 des Exp $

PROG=	ssh-keysign
MAN=	ssh-keysign.8
CFLAGS+=-I${SSHDIR}

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

.include <bsd.prog.mk>

.PATH:	${SSHDIR}
@


1.4
log
@No guts, no glory.  Switch to OpenSSH-portable.

Sponsored by:	DARPA, NAI Labs
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4.2.1
log
@Update Makefiles for OpenSSH 3.4p1.  Remove some hacks made superfluous
by an earlier commit to src/Makefile.inc1.  Reduce diffs against -CURRENT.

Sponsored by:	DARPA, NAI Labs
@
text
@d8 1
a8 1
LDADD+=	-lssh -lcrypto -lz
@


1.4.2.2
log
@More diff reduction.
@
text
@d8 1
a8 1
LDADD=	-lssh -lcrypto -lz
@


1.4.2.3
log
@MFC: install ssh-keysign in /usr/libexec, move setuid bit from ssh(1) to
ssh-keysign(8).
@
text
@d1 1
a1 1
# $FreeBSD: src/secure/usr.bin/ssh-keysign/Makefile,v 1.4.2.2 2002/07/03 22:20:33 des Exp $
@


1.3
log
@My previous style commits weren't entirely right.  Fix some bugs I
introduced, and a few more I hadn't yet fixed.

Submitted by:	bde
@
text
@d5 1
@


1.2
log
@Fix style and unbreal static build.
@
text
@a1 1
#
d6 2
a7 2
DPADD+=	${LIBSSH} ${LIBCRYPTO} ${LIBZ}
LDADD+=	-lssh -lcrypto -lz
@


1.1
log
@Update Makefiles for OpenSSH 3.3.
@
text
@a4 1
SRCS=	ssh-keysign.c
d7 2
a8 2
LDADD+=	-lssh -lcrypto
DPADD+=	${LIBSSH} ${LIBCRYPTO}
@

