head	1.3;
access;
symbols
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2008.03.05.04.25.42;	author tmclaugh;	state dead;
branches;
next	1.2;

1.2
date	2002.10.17.04.15.13;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.22.12.31.18;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- expire port: Long out of date with multiple security issues.
  (Don't worry, openssh-portable is still there.)
@
text
@--- ssh-keysign/Makefile.orig	Wed Jul  3 16:21:05 2002
+++ ssh-keysign/Makefile	Thu Oct 17 06:01:24 2002
@@@@ -7,12 +7,12 @@@@
 
 BINMODE?=4555
 
-BINDIR=	/usr/libexec
-MAN=	ssh-keysign.8
+BINDIR=	/libexec
+MAN8=	ssh-keysign.8
 
 SRCS=	ssh-keysign.c readconf.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto -lz
+LDADD+=	${CRYPTOLIBS} -lcrypt -lz
 DPADD+=	${LIBCRYPTO} ${LIBZ}
@


1.2
log
@Update to 3.5
@
text
@@


1.1
log
@Update to openssh-3.3
- New program ssh-keysign
- New manpages for ssh_config and sshd_config
- Merge Pathes to new files
- Fix GCC problem with unsupported __func__ in older Releases
@
text
@d1 2
a2 2
--- ssh-keysign/Makefile.orig	Fri May 31 12:30:33 2002
+++ ssh-keysign/Makefile	Sat Jun 22 12:38:35 2002
d12 1
a12 1
 SRCS=	ssh-keysign.c
d17 2
a18 3
-DPADD+=	${LIBCRYPTO} ${LIBZ}
+LDADD+= ${CRYPTOLIBS} -lcrypt -lz
+DPADD+= ${LIBCRYPTO} ${LIBZ}
@

